Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
O que é Instagram AutoFollow #Hashtag?
Instagram AutoFollow #Hashtag é uma extensão do Chrome desenvolvida por kleber, e sua principal característica é "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instagram AutoFollow #Hashtag
Baixe arquivos de extensão Instagram AutoFollow #Hashtag 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
This extension follows instagram accounts by hashtag
Informações Básicas da Extensão
Nome | |
ID | mflggmjpnhmclfilgbinldnmjeaominp |
URL Oficial | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
Descrição | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
Tamanho do Arquivo | 72.18 KB |
Contagem de Instalações | 123 |
Versão Atual | 1.2 |
Última Atualização | 2020-11-12 |
Data de Publicação | 2020-04-13 |
Desenvolvedor | kleber |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kleber.digital/productos/instagram-autofollow-hashtag |
URL da Página de Ajuda | https://kleber.digital/contacto/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram AutoFollow #Hashtag", "version": "1.2", "description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ", "permissions": [ "activeTab", "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |