BubbleIG - Assistant for Instagram
Automation assistant for growing Instagram followers
O que é BubbleIG - Assistant for Instagram?
BubbleIG - Assistant for Instagram é uma extensão do Chrome desenvolvida por nastasia, e sua principal característica é "Automation assistant for growing Instagram followers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BubbleIG - Assistant for Instagram
Baixe arquivos de extensão BubbleIG - Assistant for Instagram 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
Automate actions. Follow, like, and unfollow automatically on Instagram. What can BubbleIG do? - Liking by hashtags - Liking by location - Liking my feed - Liking user's followers by username - Liking user's followings by username All the above actions plus Follow and Unfollow. 🔹 Disclaimer 🔹 This extension and its developer have no association with IG. By using this extension, you agree to our Terms and Conditions and Privacy Policy available at: Privacy Policy - https://instech.tech/privacy-policy.html
Informações Básicas da Extensão
Nome | |
ID | eknmfkcfciohjngeamclfbclgechkflg |
URL Oficial | https://chromewebstore.google.com/detail/bubbleig-assistant-for-in/eknmfkcfciohjngeamclfbclgechkflg |
Descrição | Automation assistant for growing Instagram followers |
Tamanho do Arquivo | 622 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-04-15 |
Data de Publicação | 2021-04-15 |
Desenvolvedor | nastasia |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://instech.tech/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BubbleIG - Assistant for Instagram", "short_name": "Assistant for Instagram", "description": "Automation assistant for growing Instagram followers", "version": "1.0.1", "icons": { "16": "res\/left\/icon16.png", "48": "res\/left\/icon48.png", "128": "res\/left\/icon128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "background", "webRequest", "*:\/\/*.instagram.com\/*" ], "web_accessible_resources": [ "res\/*", "lib\/*", "*" ], "browser_action": { "default_title": "BubbleIG", "default_icon": "res\/left\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ], "css": [ "lib\/pure-min.css", "lib\/switch.css", "lib\/balloon.css", "dom.css" ], "run_at": "document_end", "all_frames": false } ] } |