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

Cos'è IG Booster - Automation tool for Instagram?

IG Booster - Automation tool for Instagram è un'estensione di Chrome sviluppata da http://nicext.com, e la sua funzione principale è "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IG Booster - Automation tool for Instagram

Scarica i file di estensione IG Booster - Automation tool for Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome IG Booster - Automation tool for Instagram IG Booster - Automation tool for Instagram
ID nlopdameljpmldkfdkfcmfdfoppbjmob
URL Ufficiale https://chrome.google.com/webstore/detail/ig-booster-automation-too/nlopdameljpmldkfdkfcmfdfoppbjmob
Descrizione Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers
Dimensione del File 508 KB
Conteggio Installazioni 769
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-10-04
Data di Pubblicazione 2021-09-16
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore http://nicext.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://nicext.com/ig-booster/
URL della Pagina della Politica sulla Privacy http://nicext.com/comment-exporter-for-ig/privacy-policy.html
Lingue Supportate 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\/*"
    ]
}