Fast Friends Adder

Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.

What is Fast Friends Adder?

Fast Friends Adder is a Chrome extension developed by https://yifanai.com, and its main feature is "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".

Extension Screenshots

screenshot

Download Fast Friends Adder Extension CRX File

Download Fast Friends Adder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fast Friends Adder helps you to automatically click every "Add Friend" button on the new design of Facebook website (https://yifanai.com/facebook-new). This Chrome Extension is for users who would like to add new friends effortlessly.

You can add it from Chrome Web Store (https://yifanai.com/ffa). You simply go to a page where there is friends you want to add (on Facebook), refresh the page and it starts working. When you want to finish adding friends, you can simply close the tab.

If you happen to benefit from my free Chrome Extension, you can also support me financially by buying me coffee. 👨‍💻❤️☕️
https://buymeacoffee.com/yifanai
https://patreon.com/yifanai
https://github.com/sponsors/yifaneye                    

Extension Basic Information

Name Fast Friends Adder Fast Friends Adder
ID hmgacjfedelbnegghammmeehiogliggi
Official URL https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi
Description Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
File Size 21.36 KB
Installation Count 3,234
Current Version 0.1.4
Last Updated 2022-10-16
Publish Date 2021-07-17
Rating 3.31/5 Total 16 Ratings
Developer https://yifanai.com
Email [email protected]
Payment Type free
Extension Website https://yifanai.com
Help Page URL https://yifanai.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Friends Adder",
    "version": "0.1.4",
    "description": "Fast Friends Adder helps you to automatically click every \"Add Friend\" button on the new Facebook website.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "author": "Yifan Ai",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.yifanai.com\/"
}