DEV Community

Cover image for Tired of Clicking "Add Friend"? I Built a Chrome Extension to Automate It πŸ˜„
okthapian
okthapian

Posted on

Tired of Clicking "Add Friend"? I Built a Chrome Extension to Automate It πŸ˜„

🀯 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:

  1. Clone the repo:
git clone https://github.com/okthapian/crome_extention_add_friend_fb.git
Enter fullscreen mode Exit fullscreen mode
  1. Open Chrome:
chrome://extensions/
Enter fullscreen mode Exit fullscreen mode
  1. Enable Developer Mode

  2. Click Load unpacked β†’ select the project folder


▢️ How to Use

  1. Open this page:
    πŸ‘‰ https://web.facebook.com/friends/suggestions

  2. Click the extension

  3. Configure:

  • Interval (seconds)
  • Max add limit
  • Mutual friends filter
  1. Click:
▢️ Start Adding
Enter fullscreen mode Exit fullscreen mode

πŸ“Š Example Output

Progress: 8 (waiting 60s...)
Enter fullscreen mode Exit fullscreen mode

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)