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.
Qu'est-ce que Biggest Fan Pro ?
Biggest Fan Pro est une extension Chrome développée par https://www.biggestfan.io, et sa fonction principale est "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Biggest Fan Pro
Téléchargez les fichiers d'extension Biggest Fan Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
URL Officiel | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
Description | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
Taille du Fichier | 3.06 MB |
Nombre d'Installations | 857 |
Version Actuelle | 1.4.09 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2020-05-15 |
Évaluation | 4.90/5 Total 21 Évaluations |
Développeur | https://www.biggestfan.io |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://tier5.us/chrome_extension |
Langues Prises en Charge | 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\/*" ] } |