Instafollow

Adds or remove instagram followers in bulk

Instafollowとは何ですか?

InstafollowはDovmaryによって開発されたChromeの拡張機能で、その主な機能は「Adds or remove instagram followers in bulk」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A free instagram add and remove followers button. 
Add multiple instagram followers at once.
Remove multiple instagram followers at once                    

拡張機能の基本情報

名前 Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
公式URL https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
説明 Adds or remove instagram followers in bulk
ファイルサイズ 12.42 KB
インストール数 49
現在のバージョン 1.0
最終更新日 2023-11-24
公開日 2023-11-24
評価 5.00/5 合計 1 レビュー
開発者 Dovmary
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instafollow",
    "description": "Adds or remove instagram followers in bulk",
    "version": "1.0",
    "action": {
        "default_popup": "FE.html",
        "default_icon": "image\/logo.jpg"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "Content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}