Back to articles
Tired of Clicking "Add Friend"? I Built a Chrome Extension to Automate It 😄

Tired of Clicking "Add Friend"? I Built a Chrome Extension to Automate It 😄

via Dev.to JavaScriptokthapian

🤯 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 (M

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
6 views

Related Articles