DM bot for Instagram

DM bot for Instagram

A smart tool to automatically send DM to your new followers and new liker, share your products and services to Instagram user.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "oauth2": {
    "client_id": "628184170891-ttb334jrn7qftkjv1hlpe2sdjvf0vp2b.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0kfOszm6fFWWuTVyGRQODOty5rRewEscS0XX+cPrHBDyxiFNmOzb4eSnn5fZ6OHfCxCfntRytofaPgcI7C62iW+/sDdVqmlBsn2JGpLIxConocvrgfoICVOMSkaJEb3WO8e2Hz6JPrd7IL3bLF9Z3Av1FeEn/grKo9O1xygR++EL5LQLV+cdgRKKQu9pP6NTiGr5eyn9OTrByzODQ1ugoax9dNJknwEA5bpU0To0eC0prhL5obFsf0XssmasdSAUCxBAiPxK/b7KqrN8tD24zF+PlU4q18jp5FPAcS8rYt2hxjJAJXxCaRwOD5LrBSD6IHSKbHSnbw9gzlHtElAOFQIDAQAB",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ]
    }
  ],
  "version": "1.3.3"
}