Instahyper Autoliker
Autolikes Posts according to the selected Hashtag or Location
Wat is Instahyper Autoliker?
Instahyper Autoliker is een Chrome-extensie ontwikkeld door https://instahyper.de, en de belangrijkste functie is "Autolikes Posts according to the selected Hashtag or Location".
Extensie Screenshots
Download het CRX-bestand van de extensie Instahyper Autoliker
Download Instahyper Autoliker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | emhbopmknmldfbkhcgokcimceplpmbml | 
| Officiële URL | https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml | 
| Beschrijving | Autolikes Posts according to the selected Hashtag or Location | 
| Bestandsgrootte | 19.24 KB | 
| Aantal Installaties | 51 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2020-04-28 | 
| Publicatiedatum | 2020-04-28 | 
| Ontwikkelaar | https://instahyper.de | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |