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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super automation bot for Instagram, it helps you to auto Follow/Like/Comment/DM to increase exposure and gain more followers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IG Booster - Automation tool for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ▬▬▬▬▬▬ 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
ईमेल [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\/*"
    ]
}