IGDMBot - DM Automation Bot

Smart tool automatically send DM to Instagram follower、liker、user, welcome messages or introduction about your products and services

O que é IGDMBot - DM Automation Bot?

IGDMBot - DM Automation Bot é uma extensão do Chrome desenvolvida por Infzen, e sua principal característica é "Smart tool automatically send DM to Instagram follower、liker、user, welcome messages or introduction about your products and services".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IGDMBot - DM Automation Bot

Baixe arquivos de extensão IGDMBot - DM Automation Bot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        IG DM Bot - Your ultimate Instagram Automated Messages tool, send direct messages automatically to targeted audience, send automation DMs(Direct Message) to your new followers and likers, send DMs to user's followers/following and custom users for Instagram.

🆕 New Update v1.5.2
✓ Fix some issues

# Features
✓ Send welcome DMs to your new followers on Instagram
✓ Send DMs to those who like your posts on Instagram
✓ Send DMs to custom users from a CSV file
✓ DM Bulk sender
✓ Customized random text messages
✓ Send Hyper Personalized Texts
✓ Spin syntax supported
✓ Support to Export DM History

# How to get started?
1. Create a DM List, we have created one for you
2. Create a bot, we also have created one for you and select a DM List
3. Just run the bot, so simple.

# FAQ
https://igdmbot.inforld.com/#faq
If you have any problems, don't hesitate to contact us at [email protected].

If the bot is working, and if you restart your browser, you may need to click the pause button to PAUSE the bot first, then click the CONTINUE button to let the bot continue to work.

# Data Privacy
Rest easy! Your data stays 100% on your computer. We value your trust and never access or transfer your messaging data.

# Statement
The extension is designed to reduce repetitive work, you shouldn't and can't send a lot of spam, in which case IG will ban your account soon.

INSTAGRAM is a trademark of Instagram, LLC. IG DM Bot is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.

# Change logs

🆕 New Update v1.5.1
✓ Support Auto Error Code Handler
✓ Fix some issues

New Update v1.3.0
✓ Support to Send hyper-personalized texts to custom users from a CSV file
✓ Support Estimated time to send the next DM
✓ Support multiple marketing from DM to Custom Users
✓ Support to Export DM History
✓ Fix some issues                    

Informações Básicas da Extensão

Nome IGDMBot - DM Automation Bot IGDMBot - DM Automation Bot
ID dkaebkhcdaadmljkjoohkleonhhopopl
URL Oficial https://chromewebstore.google.com/detail/igdmbot-dm-automation-bot/dkaebkhcdaadmljkjoohkleonhhopopl
Descrição Smart tool automatically send DM to Instagram follower、liker、user, welcome messages or introduction about your products and services
Tamanho do Arquivo 1.52 MB
Contagem de Instalações 7,000
Versão Atual 1.5.2
Última Atualização 2024-02-01
Data de Publicação 2022-11-08
Classificação 3.89/5 Total de 19 Avaliações
Desenvolvedor Infzen
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://converts.cc/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGDMBot - DM Automation Bot",
    "description": "Smart tool automatically send DM to Instagram follower\u3001liker\u3001user, welcome messages or introduction about your products and services",
    "version": "1.5.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmeWA9KvU7a7bZ+Y2vnZY6TwwZJ9z1HVJyvjqHgaVdIumJcJwr4v00BJARDqou7ZhtxeXafrClTN0K47DE7ftjDTJqhgYXUZJAE8Ty5jwIRH6XGb+jV5menmj4QB+gvdTnlRfavZwD+p7CNmvUWaFfpB\/Eu7HiNd5sjUFJ\/y3q5AgX8vrQZkmMuVryXz\/kBn6AFFqxEknM+fxV6c53P931LGyMvXeY4JLiI6cV\/2bJJAYJuAPCcu7usmu1o7zknLtoK1BdHIoxhcVQkKgG+\/KRAa4W\/xIftK\/AgmbbLYSq+CjZRp3WRwUp58qvGumb2RXBDw1RyTv1JG9vHJxeLXB2QIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dkaebkhcdaadmljkjoohkleonhhopopl",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "1062661824066-nskft8ah71k1dbdoto8i8a07c0dtien2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "1062661824066-k55mb93d8bhr5r6924ni12vqb76aouo0.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "identity",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "public\/lib\/js\/jquery-3.5.1.min.js",
                "Content.js"
            ],
            "css": [
                "css\/Content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/lib\/images\/*",
                "ijsource.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}