Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
O que é Instahyper Autoliker?
Instahyper Autoliker é uma extensão do Chrome desenvolvida por https://instahyper.de, e sua principal característica é "Autolikes Posts according to the selected Hashtag or Location".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instahyper Autoliker
Baixe arquivos de extensão Instahyper Autoliker 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
Autolikes 100x Posts according to the selected Hashtag or Location, e.g. https://www.instagram.com/explore/tags/landscape/ Skips videos and Posts containing people or textual Information. Follow us on Instagram @instahyper.de for Support -> Load Plugin -> Login into Instagram via your Browser -> Search for a specific Hashtag or Location -> Click the Icon to start the Autoliker *We do not save any User-Data with this Plugin *Be aware of the Instagram-Policies before using this Plugin
Informações Básicas da Extensão
Nome | Instahyper Autoliker |
ID | emhbopmknmldfbkhcgokcimceplpmbml |
URL Oficial | https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml |
Descrição | Autolikes Posts according to the selected Hashtag or Location |
Tamanho do Arquivo | 19.24 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-28 |
Data de Publicação | 2020-04-28 |
Desenvolvedor | https://instahyper.de |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instahyper Autoliker", "version": "1.0", "description": "Autolikes Posts according to the selected Hashtag or Location", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "InstagramLiker.js" ], "run_at": "document_idle" } ], "icons": { "128": "LOGO128.png", "48": "LOGO48.png", "16": "LOGO16.png" }, "browser_action": { "defaul_icon": "icon16.png" }, "permissions": [ "https:\/\/www.instagram.com\/*" ] } |