Fast Friends Adder

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

Qu'est-ce que Fast Friends Adder ?

Fast Friends Adder est une extension Chrome développée par https://yifanai.com, et sa fonction principale est "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fast Friends Adder

Téléchargez les fichiers d'extension Fast Friends Adder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fast Friends Adder Fast Friends Adder
ID hmgacjfedelbnegghammmeehiogliggi
URL Officiel 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.
Taille du Fichier 21.36 KB
Nombre d'Installations 3,234
Version Actuelle 0.1.4
Dernière Mise à Jour 2022-10-16
Date de Publication 2021-07-17
Évaluation 3.31/5 Total 16 Évaluations
Développeur https://yifanai.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yifanai.com
URL de la Page d'Aide https://yifanai.com
Langues Prises en Charge 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\/"
}