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

Co je IG Booster - Automation tool for Instagram?

IG Booster - Automation tool for Instagram je rozšíření Chrome vyvinuté http://nicext.com, a jeho hlavní funkcí je „Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření IG Booster - Automation tool for Instagram

Stáhněte si soubory rozšíření IG Booster - Automation tool for Instagram 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í

                        ▬▬▬▬▬▬ 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]                    

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

Název IG Booster - Automation tool for Instagram IG Booster - Automation tool for Instagram
ID nlopdameljpmldkfdkfcmfdfoppbjmob
Oficiální URL https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob
Popis Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers
Velikost souboru 508 KB
Počet instalací 769
Aktuální Verze 2.0.0
Poslední Aktualizace 2022-10-04
Datum Vydání 2021-09-16
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář http://nicext.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://nicext.com/ig-booster/
URL Stránky Zásad Ochrany Soukromí http://nicext.com/comment-exporter-for-ig/privacy-policy.html
Podporované Jazyky 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\/*"
    ]
}