Instahyper Autoliker

Autolikes Posts according to the selected Hashtag or Location

Instahyper Autolikerとは何ですか?

Instahyper Autolikerはhttps://instahyper.deによって開発されたChromeの拡張機能で、その主な機能は「Autolikes Posts according to the selected Hashtag or Location」です。

拡張機能のスクリーンショット

screenshot

Instahyper Autoliker拡張機能のCRXファイルをダウンロード

Instahyper Autoliker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Instahyper Autoliker Instahyper Autoliker
ID emhbopmknmldfbkhcgokcimceplpmbml
公式URL https://chromewebstore.google.com/detail/instahyper-autoliker/emhbopmknmldfbkhcgokcimceplpmbml
説明 Autolikes Posts according to the selected Hashtag or Location
ファイルサイズ 19.24 KB
インストール数 51
現在のバージョン 1.0
最終更新日 2020-04-28
公開日 2020-04-28
開発者 https://instahyper.de
支払い方法 free
対応言語 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\/*"
    ]
}