Messenger Bulk Sender - Messager DM Bot

Messenger Bulk Sender - Messager DM Bot

Send mass DM (direct message) to specify users for Facebook Automation.

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": [
    "storage",
    "identity",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.facebook.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "oauth2": {
    "client_id": "798448043642-sve3da2fk3jbf2bme86lh527hfa1e72r.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxvGB6phtse5JaQREqd/5FnjofXkARHsuKihUGC2UYW5utmN5BxHF3l6sOaBOY1jBL6MRIgi+oR80DHEpiy719uA6VCxc0q/RG+5XPep/1BO8uZ1ve2c6grNNTj6eLVnfrTM9A+HDJp92pF7yNBaKRwvtLaFmS2fDn7RND3X3s5uvhUaUjENUB63W1SO8VzCjO2KiQeb2rf+zBYS+CFJF3q9UMic53OZLKoqYn3kAFJ0Q+jw07dYKGH8Awhe1yrhBMLtU64GlJl4a2iAaz0D3ETLSJUPwKvv+23O2DqULpl0KD/HAtlfosKmyviJ4SCWi9iovet1qBpVPqm9Cnzz5ZwIDAQAB",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "extension_ids": [
        "flkdkobpmfbeoljfhbllgihnpdegkkpp"
      ]
    }
  ],
  "version": "1.10.9"
}