Biggest Fan Pro
Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.
Cos'è Biggest Fan Pro?
Biggest Fan Pro è un'estensione di Chrome sviluppata da https://www.biggestfan.io, e la sua funzione principale è "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Biggest Fan Pro
Scarica i file di estensione Biggest Fan Pro 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
Biggestfan Pro helps you to automate blasting emojis on someone's FB live to create more engagement. You can get noticed by your dream client and be their biggest fan when you are watching their live. A simple interaction on their content could change the entire dynamics of your business.
Informazioni di Base sull'Estensione
Nome | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
URL Ufficiale | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
Descrizione | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
Dimensione del File | 3.06 MB |
Conteggio Installazioni | 857 |
Versione Corrente | 1.4.09 |
Ultimo Aggiornamento | 2023-12-26 |
Data di Pubblicazione | 2020-05-15 |
Valutazione | 4.90/5 Totale 21 Valutazioni |
Sviluppatore | https://www.biggestfan.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://tier5.us/chrome_extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Biggest Fan Pro", "description": "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.", "version": "1.4.09", "short_name": "BFP", "icons": { "16": "images\/1637580065798-smallLogo.png", "48": "images\/1637580065847-mediumLogo.png", "128": "images\/1637580065895-largeLogo.png" }, "action": { "default_popup": "login.html", "default_title": "Biggest Fan Pro" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "background-wrapper.js" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } |