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é es Biggest Fan Pro?
Biggest Fan Pro es una extensión de Chrome desarrollada por https://www.biggestfan.io, y su función principal es "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Biggest Fan Pro
Descarga archivos de extensión Biggest Fan Pro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
URL Oficial | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
Descripción | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
Tamaño del Archivo | 3.06 MB |
Cantidad de Instalaciones | 857 |
Versión Actual | 1.4.09 |
Última Actualización | 2023-12-26 |
Fecha de Publicación | 2020-05-15 |
Calificación | 4.90/5 Total de 21 Calificaciones |
Desarrollador | https://www.biggestfan.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://tier5.us/chrome_extension |
Idiomas Soportados | 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\/*" ] } |