Super DM Bot - DM Sender,bulk message sender

Super DM Bot - DM Sender,bulk message sender

A smart Instagram™ tool to automatically send mass DM(direct message) to follower、liker、user.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.7.7",
  "author": "PingApps",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "unlimitedStorage",
    "cookies",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "botWork.b9ded57c.js"
      ],
      "css": [
        "font.ccfa1487.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.pingapps.top/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "resources": [
        "Inter-Regular.e3e705d6.woff2",
        "botWork.7c05c6e1.png"
      ]
    }
  ]
}