Auto-like & reply to all comments on pages
Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Cos'è Auto-like & reply to all comments on pages?
Auto-like & reply to all comments on pages è un'estensione di Chrome sviluppata da Useful tools, e la sua funzione principale è "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto-like & reply to all comments on pages
Scarica i file di estensione Auto-like & reply to all comments on pages 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
Informazioni di Base sull'Estensione
Nome | |
ID | eibijfkeopjcbehlingbpcngaegogddb |
URL Ufficiale | https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb |
Descrizione | Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included |
Dimensione del File | 225 KB |
Conteggio Installazioni | 2,524 |
Versione Corrente | 2022.10.6 |
Ultimo Aggiornamento | 2022-10-08 |
Data di Pubblicazione | 2021-02-03 |
Valutazione | 4.47/5 Totale 15 Valutazioni |
Sviluppatore | Useful tools |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://www.invitelikecomment.com/ |
URL della Pagina della Politica sulla Privacy | http://invitepostlikers.com/privacy.php |
Lingue Supportate | de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2022.10.6", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "options.html", "comment_sender.js", "how-to-select-posts.png", "how-to-open-post-separately.png", "postTextNow.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.invitelikecomment.com\/", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "__MSG_start_inv__" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "unlimitedStorage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |