DMfox - IG DM Bot & Bulk Message Sender

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

Τι είναι το DMfox - IG DM Bot & Bulk Message Sender;

Το DMfox - IG DM Bot & Bulk Message Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον growthup studio, και η κύρια λειτουργία του είναι "Instagram Automation DM tool, Send mass DM (direct message) to competitor's followers and anyone you want.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DMfox - IG DM Bot & Bulk Message Sender

Λήψη αρχείων επέκτασης DMfox - IG DM Bot & Bulk Message Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The powerful Instagram bulk message sender, Send text messages, and images without banned.
IG DM Sender (aka IG DM Bot🚀) is the best IG Automation Tool with funnel filter.

Use IG DM Sender to connect with your customers by sending bulk messages.
Grow your business with IG DM Sender has never been easier.

# v2.2.0 change log
🎯 Add Filter feature
You can narrow down who you want to target with the following filters: Followers, Following, Following, Posts, Is Private, Is Verified, Is Business, Is Blank Avatar, Is Recent Joined Accounts.

# v2.1.4 change log
Fixed an issue with occasional duplication when using hashtags

# v2.1.3 change log
Add auto pilot feature - you can set daily limit, set and forget
Fix the custom list critical bug
Fix fetch post's likers issue

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

# FEATURES

✓ Auto Mass Send Messages for IG.
✓ One click to Send bulk, customized messages automatically.
✓ Send by user's followers / following.
✓ Send by hashtag / location.
✓ Send by post's commenters and likers.
✓ Send by specific user list.
✓ Send text message, image message.
✓ 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.
✓ Smart Error Handling for 403, 429, and 400 error message

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

# FAQ
https://igdm.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.

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

Βασικές Πληροφορίες Επέκτασης

Όνομα DMfox - IG DM Bot & Bulk Message Sender DMfox - IG DM Bot & Bulk Message Sender
ID ekclgmkkbmncpdmconejbpkbjgpchili
Επίσημο URL https://chromewebstore.google.com/detail/dmfox-ig-dm-bot-bulk-mess/ekclgmkkbmncpdmconejbpkbjgpchili
Περιγραφή Instagram Automation DM tool, Send mass DM (direct message) to competitor's followers and anyone you want.
Μέγεθος Αρχείου 1.17 MB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2023-03-03
Αξιολόγηση 1.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής growthup studio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://igdm.extensionsfox.com
URL της Σελίδας Πολιτικής Απορρήτου https://igdm.extensionsfox.com/privacy
Υποστηριζόμενες Γλώσσες de,en,en-GB,fr,vi,es,it,sv,ru,ar,zh-CN,ja,ko
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.0",
    "homepage_url": "https:\/\/igdm.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": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.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'"
    }
}