Fast Friends Adder

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

Wat is Fast Friends Adder?

Fast Friends Adder is een Chrome-extensie ontwikkeld door https://yifanai.com, en de belangrijkste functie is "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast Friends Adder

Download Fast Friends Adder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fast Friends Adder Fast Friends Adder
ID hmgacjfedelbnegghammmeehiogliggi
Officiële URL https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi
Beschrijving Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Bestandsgrootte 21.36 KB
Aantal Installaties 3,234
Huidige Versie 0.1.4
Laatst Bijgewerkt 2022-10-16
Publicatiedatum 2021-07-17
Beoordeling 3.31/5 Totaal 16 Beoordelingen
Ontwikkelaar https://yifanai.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yifanai.com
Help Pagina-URL https://yifanai.com
Ondersteunde Talen 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\/"
}