π€― Tired of Clicking "Add Friend"? I Built a Chrome Extension to Do It
Clickβ¦ scrollβ¦ clickβ¦ scrollβ¦
That repetitive loop was getting annoying.
So instead of manually sending friend requests one by one, I decided to automate the process β but in a smarter way.
Not a spam bot.
Not something that fires instantly.
But something that behaves more like a human.
β‘ What This Extension Does
This extension helps you:
- β± Add delay between clicks (min & max interval)
- π₯ Filter only mutual friends
- π Auto scroll and detect new users
- π Show real-time progress
- π Start / Stop anytime
Instead of spamming requests instantly, it mimics human behavior to reduce the risk of restrictions.
π§ Why Not Just Click Everything Fast?
Because platforms like Facebook monitor suspicious activity.
If you:
- Click too fast
- Send too many requests
- Act like a bot
π You might get temporarily blocked.
So this extension uses:
- Random delay
- Scroll behavior
- Progressive interaction
π Tech Stack
- JavaScript (Vanilla)
- Chrome Extension (Manifest V3)
- DOM Manipulation
π¦ How to Install
Since it's not on the Chrome Web Store:
- Clone the repo:
git clone https://github.com/okthapian/crome_extention_add_friend_fb.git
- Open Chrome:
chrome://extensions/
Enable Developer Mode
Click Load unpacked β select the project folder
βΆοΈ How to Use
Open this page:
π https://web.facebook.com/friends/suggestionsClick the extension
Configure:
- Interval (seconds)
- Max add limit
- Mutual friends filter
- Click:
βΆοΈ Start Adding
π Example Output
Progress: 8 (waiting 60s...)
This means it's working β just waiting before the next action.
β οΈ Disclaimer
This project is for educational purposes only.
Use it wisely:
- Don't spam
- Use delays (β₯ 60 seconds recommended)
- Limit your daily actions
π Respect the Work
If you find this helpful:
- β Star the repo
- π¬ Give feedback
- β Or support (internet quota is not free π)
π GitHub Repository
π https://github.com/okthapian/crome_extention_add_friend_fb
π¨βπ» About Me
π‘ Final Thought
Automation is powerful β but responsible automation is smarter.
Build tools that help you, not harm your account π
Thanks for reading! π
In this article, Iβll show how I built a Chrome Extension that automates Facebook friend requests with delay, filtering, and controlled behavior.
Top comments (0)