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.
O que é Biggest Fan Pro?
Biggest Fan Pro é uma extensão do Chrome desenvolvida por https://www.biggestfan.io, e sua principal característica é "Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Biggest Fan Pro
Baixe arquivos de extensão Biggest Fan Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Biggest Fan Pro |
ID | ocoleieeedeenkljnlohlaolnbbelmjf |
URL Oficial | https://chromewebstore.google.com/detail/biggest-fan-pro/ocoleieeedeenkljnlohlaolnbbelmjf |
Descrição | Its going to smash emojis in anyone's fb live to create more engagement and to be the biggest fan of someone. |
Tamanho do Arquivo | 3.06 MB |
Contagem de Instalações | 857 |
Versão Atual | 1.4.09 |
Última Atualização | 2023-12-26 |
Data de Publicação | 2020-05-15 |
Classificação | 4.90/5 Total de 21 Avaliações |
Desenvolvedor | https://www.biggestfan.io |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://tier5.us/chrome_extension |
Idiomas Suportados | 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\/*" ] } |