Fast Friends Adder
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Cos'è Fast Friends Adder?
Fast Friends Adder è un'estensione di Chrome sviluppata da https://yifanai.com, e la sua funzione principale è "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast Friends Adder
Scarica i file di estensione Fast Friends Adder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Fast Friends Adder |
ID | hmgacjfedelbnegghammmeehiogliggi |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi |
Descrizione | Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website. |
Dimensione del File | 21.36 KB |
Conteggio Installazioni | 3,234 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2022-10-16 |
Data di Pubblicazione | 2021-07-17 |
Valutazione | 3.31/5 Totale 16 Valutazioni |
Sviluppatore | https://yifanai.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yifanai.com |
URL della Pagina di Aiuto | https://yifanai.com |
Lingue Supportate | 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\/" } |