DM bot for Instagram

A smart tool to automatically send DM to your new followers and new liker, share your products and services to Instagram user.

DM bot for Instagram क्या है?

DM bot for Instagram http://getwecomments.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A smart tool to automatically send DM to your new followers and new liker, share your products and services to Instagram user."।

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

screenshot
screenshot

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

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

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

                        Send mass DM (direct message) with picture to user's followers / following and specify users for Instagram Automation.

HOW DOES IT WORK?

BACKGROUND MONIT MODE

This extension will automatically monit instagram page on background, when there is a new follower and new likes, the bot will send a random welcome DM message automatically.

BULK DM MODE

Easy to use send DM (direct message) with image on Instagram, just send by user's followers / followings and username. start to increase your number of followers just install DM bot for Instagram.

FEATURES

* Send welcome DMs to your new followers on instagram.
* Send welcome DMs to those who liked your post on instagram.
* Send mass DM by user's followers.
* Send mass DM by user's followings.
* Send mass DM by username list.
* Customized random text messages.
* Send picture / photo DM message.
* Emoji characters supported.

SECURE

DM for Instagram do not require your IG password.
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

NOTICE

The extension is meant to reduce repetitive works, you shoudn't and can't spam a lot, in which case IG will ban your account soon.

Copyright notice:
IGDMBot was developed by WeComments Team. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc.

SUPPORT

Questions? Drop us a line at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम DM bot for Instagram DM bot for Instagram
ID gepfjjpekpknpnockainjnbigkcilojf
आधिकारिक URL https://chrome.google.com/webstore/detail/dm-bot-for-instagram/gepfjjpekpknpnockainjnbigkcilojf
विवरण A smart tool to automatically send DM to your new followers and new liker, share your products and services to Instagram user.
फ़ाइल का आकार 1.15 MB
स्थापना संख्या 965
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2022-09-14
प्रकाशन तिथि 2022-01-05
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर http://getwecomments.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ig-dm-bot.getwecomments.com/
गोपनीयता नीति पृष्ठ URL https://getwecomments.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "oauth2": {
        "client_id": "628184170891-ttb334jrn7qftkjv1hlpe2sdjvf0vp2b.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0kfOszm6fFWWuTVyGRQODOty5rRewEscS0XX+cPrHBDyxiFNmOzb4eSnn5fZ6OHfCxCfntRytofaPgcI7C62iW+\/sDdVqmlBsn2JGpLIxConocvrgfoICVOMSkaJEb3WO8e2Hz6JPrd7IL3bLF9Z3Av1FeEn\/grKo9O1xygR++EL5LQLV+cdgRKKQu9pP6NTiGr5eyn9OTrByzODQ1ugoax9dNJknwEA5bpU0To0eC0prhL5obFsf0XssmasdSAUCxBAiPxK\/b7KqrN8tD24zF+PlU4q18jp5FPAcS8rYt2hxjJAJXxCaRwOD5LrBSD6IHSKbHSnbw9gzlHtElAOFQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "version": "1.3.3"
}