AutoDM for Discord

Automate your Discord DMs and save time! Customize your message and member list, then let the tool do the work for you.

AutoDM for Discord क्या है?

AutoDM for Discord automatismworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your Discord DMs and save time! Customize your message and member list, then let the tool do the work for you."।

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

screenshot
screenshot

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

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

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

                        👋 Tired of manually sending DMs to your prospects on Discord one by one? Let "AutoDM for Discord" do the work for you! With just a few clicks, you can automate your DMs and save yourself valuable time.

✨ **Features**

- 🧑‍💻 Customizable member list: Easily select which members you want to DM by pasting their Discord IDs into the extension, or quickly load members from your current server.
- 🌀 Spin syntax supported: Use spin syntax to easily generate unique messages for each member, making your DMs more personalized.
- ⏰ Adjustable interval between DMs: Set the time between each DM to avoid triggering Discord's rate limit, and ensure your DMs are delivered smoothly.

🚀 **Get Started**

1.  🔌 Install the "AutoDM for Discord" extension.
2.  📋 Paste the Discord IDs of your target members, or load members from your current server.
3.  ✍️ Edit your DM text, and add spin syntax if you'd like.
4.  🚀 Click "START" to begin sending your automated DMs.

⚠️ **Note**

Please be aware that automating DMs potentially violates Discord's Terms of Service. Use this tool at your own risk.

Start automating your Discord DMs today with "AutoDM for Discord" and let it do the heavy lifting for you! 💪                    

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

नाम AutoDM for Discord AutoDM for Discord
ID dohoiemlhpoiomdaleodmgfnhdbhnino
आधिकारिक URL https://chromewebstore.google.com/detail/autodm-for-discord/dohoiemlhpoiomdaleodmgfnhdbhnino
विवरण Automate your Discord DMs and save time! Customize your message and member list, then let the tool do the work for you.
फ़ाइल का आकार 752 KB
स्थापना संख्या 733
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2022-08-20
डेवलपर automatismworks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://automatism.works/autodm-for-discord/
गोपनीयता नीति पृष्ठ URL http://automatism.works/dtools/privacy-policy.html
समर्थित भाषाएँ de,en,fr,es,it,pt-BR,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.2.2",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "AutoDM for discord",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/automatism.works\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}