Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
¿Qué es Instahyper Autoliker?
Instahyper Autoliker es una extensión de Chrome desarrollada por https://instahyper.de, y su función principal es "Autolikes Posts according to the selected Hashtag or Location".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Instahyper Autoliker
Descarga archivos de extensión Instahyper Autoliker 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
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
Información Básica de la Extensión
Nombre | Instahyper Autoliker |
ID | emhbopmknmldfbkhcgokcimceplpmbml |
URL Oficial | https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml |
Descripción | Autolikes Posts according to the selected Hashtag or Location |
Tamaño del Archivo | 19.24 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.0 |
Última Actualización | 2020-04-28 |
Fecha de Publicación | 2020-04-28 |
Desarrollador | https://instahyper.de |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |