Instahyper Autoliker

Autolikes Posts according to the selected Hashtag or Location

Co je Instahyper Autoliker?

Instahyper Autoliker je rozšíření Chrome vyvinuté https://instahyper.de, a jeho hlavní funkcí je „Autolikes Posts according to the selected Hashtag or Location“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Instahyper Autoliker

Stáhněte si soubory rozšíření Instahyper Autoliker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Instahyper Autoliker Instahyper Autoliker
ID emhbopmknmldfbkhcgokcimceplpmbml
Oficiální URL https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml
Popis Autolikes Posts according to the selected Hashtag or Location
Velikost souboru 19.24 KB
Počet instalací 51
Aktuální Verze 1.0
Poslední Aktualizace 2020-04-28
Datum Vydání 2020-04-28
Vývojář https://instahyper.de
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}