Fast Friends Adder
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Was ist Fast Friends Adder?
Fast Friends Adder ist eine Chrome-Erweiterung, die von https://yifanai.com entwickelt wurde, und ihr Hauptmerkmal ist "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".
Erweiterungsscreenshots
Fast Friends Adder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fast Friends Adder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Fast Friends Adder |
ID | hmgacjfedelbnegghammmeehiogliggi |
Offizielle URL | https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi |
Beschreibung | Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website. |
Dateigröße | 21.36 KB |
Installationsanzahl | 3,234 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2022-10-16 |
Veröffentlichungsdatum | 2021-07-17 |
Bewertung | 3.31/5 Insgesamt 16 Bewertungen |
Entwickler | https://yifanai.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://yifanai.com |
Hilfeseite URL | https://yifanai.com |
Unterstützte Sprachen | 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\/" } |