IG Booster - Automation tool for Instagram

Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers

IG Booster - Automation tool for Instagramとは何ですか?

IG Booster - Automation tool for Instagramはhttp://nicext.comによって開発されたChromeの拡張機能で、その主な機能は「Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers」です。

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

screenshot
screenshot

IG Booster - Automation tool for Instagram拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬ 
Automate likes on Instagram.
Automate follows on Instagram.
Automate comments on Instagram.
Automate DMs on Instagram.

▬▬▬▬▬▬ Notice ▬▬▬▬▬▬
- Respect the community well and don't SPAM. Mass and frequent actions might get your account restricted or even permanent blocked. Use it at your own risk.
- The bot do not require your IG password. 
- The data is stored locally and will not transmit any of your personal data on the network

▬▬▬▬▬▬ Support ▬▬▬▬▬▬
[email protected]                    

拡張機能の基本情報

名前 IG Booster - Automation tool for Instagram IG Booster - Automation tool for Instagram
ID nlopdameljpmldkfdkfcmfdfoppbjmob
公式URL https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob
説明 Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers
ファイルサイズ 508 KB
インストール数 769
現在のバージョン 2.0.0
最終更新日 2022-10-04
公開日 2021-09-16
評価 4.43/5 合計 7 レビュー
開発者 http://nicext.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://nicext.com/ig-booster/
プライバシーポリシーページのURL http://nicext.com/comment-exporter-for-ig/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Booster - Automation tool for Instagram",
    "description": "Super automation bot for Instagram, it helps you to auto Follow\/Like\/Comment\/DM to increase exposure and gain more followers",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "IG BOOSTER",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "https:\/\/nicext.com\/",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ]
}