Adspy Master

Adspy Master

Adspy Master is an indispensable tool for exploring advertising information on Facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Adspy Master",
  "name": "Adspy Master",
  "description": "Adspy Master is an indispensable tool for exploring advertising information on Facebook",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16x16.png",
      "32": "icons/32x32.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    }
  },
  "manifest_version": 3,
  "version": "1.0.0.0",
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "cookies"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "cors_rule",
        "enabled": true,
        "path": "rules/cors.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "library/xhr-interceptor.js",
        "static/content_scripts/main.js"
      ],
      "css": [
        "static/content_css/main.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "svg/*",
        "static/*",
        "pages/*",
        "gifs/*",
        "fonts/*",
        "icons/*",
        "library/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
  },
  "background": {
    "service_worker": "service_worker/background.bundle.js"
  },
  "externally_connectable": {
    "matches": [
      "https://www.facebook.com/*",
      "https://mbasic.facebook.com/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmK8NwKVvy0qJeBPbkrxnq5wLvyDUFexx3LCSr8J2sjKuHFqH7+5mX4aIowjZJkFvwDXfsakUvsE0JeeagWt0kY8lV2PweSxkl+MoL/yvdHlv3fkOvT4i1ceBumTUZvYAUkTEuSxK5uCe4Jprv2bmenb8Aa955OvrMR93BNYpLCXrcYendvCHyV2vr/GVlhJt9YD/GdTYHwxW8qIQMX5Xcut1fA+c7eUXQCMSh2+v8nNW3b8+SEMtodcj/iXhQBTJnw9ppvaZzmt3g69XpOjBz6dXqbnwKshEZx0WIGE5fOAIbmv1ToMJfIan8sS4vZ8tAUsCMqxSgBEYt9wdQib7+QIDAQAB"
}