IG DM bot - DM Automation

IG DM bot - DM Automation

With this tool you can automatically send DM to your new followers, welcome messages or introduction on your products and services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IG DM bot - DM Automation",
  "description": "With this tool you can automatically send DM to your new followers, welcome messages or introduction on your products and services.",
  "version": "1.5.6",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "IG DM bot",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "web_accessible_resources": [
    "inject.js"
  ],
  "permissions": [
    "storage",
    "*://*.instagram.com/*",
    "webRequestBlocking",
    "webRequest",
    "https://hypercavs.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}