TwDM - Twitter DM Bot & Bulk Message Sender

X/Twitter Automation DM tool, Send mass DM (direct message) to competitor's followers and anyone you want.

O que é TwDM - Twitter DM Bot & Bulk Message Sender?

TwDM - Twitter DM Bot & Bulk Message Sender é uma extensão do Chrome desenvolvida por max outreach, e sua principal característica é "X/Twitter Automation DM tool, Send mass DM (direct message) to competitor's followers and anyone you want.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TwDM - Twitter DM Bot & Bulk Message Sender

Baixe arquivos de extensão TwDM - Twitter DM Bot & Bulk Message Sender 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

                        The powerful Twitter bulk message sender, Send text messages automatically without banned.
TW DM Bot🚀 is the best TW Automation Tool with funnel filter.
Use TW DM Bot to connect with your prospects by sending bulk messages.

🔥 Upgrade
✓ Add Auto pilot feature
✓ Save sending history to local storage
✓ Continue task progress from history
✓ Add blacklist in the settings page

# FEATURES

✓ Auto Mass Send Messages for TW.
✓ One click to Send bulk, customized messages automatically.
✓ Send by user's followers / following.
✓ Send by tweet retweet, quotes, replies/comments and likers.
✓ Send by specific user list and import from CSV file.
✓ Personalized messages with placeholders & spin syntax template.
✓ Message Template
✓ Funnel filter, Avoid duplicate send by filter all success history or specific history.
✓ Automatically save sending result to history, download success and fail list.

Kindly do not use for SPAMMING which is Twitter strictly prohibited.

# FAQ

https://twdm.extensionsfox.com/#faq
If you have any questions, please keep in touch via [email protected].

# DATA PRIVACY

All data is processed in your local computer, never passing through our web server, and no one knows what you exported.                    

Informações Básicas da Extensão

Nome TwDM - Twitter DM Bot & Bulk Message Sender TwDM - Twitter DM Bot & Bulk Message Sender
ID ogopfieopmjnjjbjcchehndigkkknkfd
URL Oficial https://chromewebstore.google.com/detail/twdm-twitter-dm-bot-bulk/ogopfieopmjnjjbjcchehndigkkknkfd
Descrição X/Twitter Automation DM tool, Send mass DM (direct message) to competitor's followers and anyone you want.
Tamanho do Arquivo 1.08 MB
Contagem de Instalações 289
Versão Atual 2.2.2
Última Atualização 2024-02-26
Data de Publicação 2023-07-14
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor max outreach
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twdm.extensionsfox.com/
URL da Página de Política de Privacidade https://twdm.extensionsfox.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "2.2.2",
    "homepage_url": "https:\/\/twdm.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}