Facebook auto tools
Facebook auto tools
Cos'è Facebook auto tools?
Facebook auto tools è un'estensione di Chrome sviluppata da Nguyễn Lê Quốc Huy, e la sua funzione principale è "Facebook auto tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Facebook auto tools
Scarica i file di estensione Facebook auto tools 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
Facebook Auto Tools is a collection of automatic utility tools, making it more convenient for facebook users to use. + Automatically send friend requests. + Automatically cancel sent friend requests. + Automatically send invitations like pages to friends. + Automatically send invitations join group to friends. + Automatically like posts, comments. + Automatically upload photos from profiles, fan pages, groups. + Automatically download video (watch). Only works on facebook, not on other sites.
Informazioni di Base sull'Estensione
Nome | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
URL Ufficiale | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
Descrizione | Facebook auto tools |
Dimensione del File | 102 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 2.4.3 |
Ultimo Aggiornamento | 2021-09-14 |
Data di Pubblicazione | 2021-08-31 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Nguyễn Lê Quốc Huy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.facebook.com/quochuy.nguyenle.716 |
URL della Pagina di Aiuto | https://www.facebook.com/quochuy.nguyenle.716 |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 3, "name": "Facebook auto tools", "version": "2.4.3", "short_name": "FB.A.T", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "s.png", "32": "s.png", "48": "s.png", "128": "s.png" }, "description": "Facebook auto tools", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "js\/style.css" ], "js": [ "jquery.js", "js\/function_jh23487wefn8234e.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_idle" } ] } |