Instagram AutoFollow #Hashtag

Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM

Instagram AutoFollow #Hashtagとは何ですか?

Instagram AutoFollow #Hashtagはkleberによって開発されたChromeの拡張機能で、その主な機能は「Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM」です。

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

screenshot

Instagram AutoFollow #Hashtag拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension follows instagram accounts by hashtag                    

拡張機能の基本情報

名前 Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
公式URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
説明 Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
ファイルサイズ 72.18 KB
インストール数 123
現在のバージョン 1.2
最終更新日 2020-11-12
公開日 2020-04-13
開発者 kleber
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kleber.digital/productos/instagram-autofollow-hashtag
ヘルプページのURL https://kleber.digital/contacto/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram AutoFollow #Hashtag",
    "version": "1.2",
    "description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}