Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
Qu'est-ce que Instahyper Autoliker ?
Instahyper Autoliker est une extension Chrome développée par https://instahyper.de, et sa fonction principale est "Autolikes Posts according to the selected Hashtag or Location".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instahyper Autoliker
Téléchargez les fichiers d'extension Instahyper Autoliker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Instahyper Autoliker |
ID | emhbopmknmldfbkhcgokcimceplpmbml |
URL Officiel | https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml |
Description | Autolikes Posts according to the selected Hashtag or Location |
Taille du Fichier | 19.24 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-28 |
Date de Publication | 2020-04-28 |
Développeur | https://instahyper.de |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |