Invite post likers for Facebook™
Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.
Cos'è Invite post likers for Facebook™?
Invite post likers for Facebook™ è un'estensione di Chrome sviluppata da Useful tools, e la sua funzione principale è "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Invite post likers for Facebook™
Scarica i file di estensione Invite post likers for Facebook™ 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 | oobofacgjpheigmglnjjlhfolhcamaia |
URL Ufficiale | https://chrome.google.com/webstore/detail/invite-post-likers-for-fa/oobofacgjpheigmglnjjlhfolhcamaia |
Descrizione | Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration. |
Dimensione del File | 172 KB |
Conteggio Installazioni | 57,500 |
Versione Corrente | 2022.11 |
Ultimo Aggiornamento | 2022-10-08 |
Data di Pubblicazione | 2020-05-20 |
Valutazione | 4.85/5 Totale 1485 Valutazioni |
Sviluppatore | Useful tools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.invitepostlikers.com/ |
URL della Pagina della Politica sulla Privacy | http://invitepostlikers.com/privacy.php |
Lingue Supportate | de,en,fr,es,it,pl,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invite post likers for Facebook\u2122", "version": "2022.11", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "fbe-intro-free.png", "fbe-intro-free2.png", "birth1.png", "birth2.png", "att-icon.png" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.", "homepage_url": "https:\/\/www.invitepostlikers.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |