AdBlocker Stands

AdBlocker Stands

AdBlocker Stands: Ad Blocker for YouTube, Video Ads, Facebook, Website, Popup and More

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.572",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_popup": "index.html",
    "default_title": "AdBlocker Stands"
  },
  "externally_connectable": {
    "matches": [
      "https://*.standsapp.org/*"
    ]
  },
  "background": {
    "persistent": true,
    "scripts": [
      "common/common.js",
      "common/common-background.js",
      "background/chrome.js",
      "background/utils.js",
      "background/stndz.js",
      "background/lists.js",
      "background/mystats.js",
      "background/user.js",
      "background/block-element.js",
      "background/notifications.js",
      "background/core.js",
      "background/start.js"
    ]
  },
  "icons": {
    "16": "stands-icon.png",
    "48": "stands-icon.png",
    "128": "stands-icon.png"
  },
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com; object-src 'self';",
  "default_locale": "en",
  "permissions": [
    "webNavigation",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "notifications",
    "storage",
    "contextMenus",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "management"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "common/common.js",
        "common/common-content.js",
        "content/chrome.js",
        "content/popup-blocking.js",
        "content/ruleParser.js",
        "content/ruleApplier.js",
        "content/doc-start.js",
        "content/messaging.js",
        "content/shadow-dom.js"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "content/sites/fb.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "content/sites/ig.js"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/sites/yt.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content/sites/twitch.js"
      ],
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/doc-end.js"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content/sites/stands_cdn.js"
      ],
      "matches": [
        "https://new-prod.standsapp.org/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/sites/adblock_tester.js"
      ],
      "matches": [
        "https://adblock-tester.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "homepage_url": "https://www.standsapp.org",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlB8Pj+GOnpKxOAc2l9oQRbOSualZoR9vzE9UJdZP1K+oiHSka9oBKhE5xSXyZpDVzya/P/CCLnPJaZbIaks/7m2GfcmyneNgiGylYDOmuBlm8vUNDdeh8SN/t3IeEGvBa6c17JidtHJWJK8FvY/YVqWyewPgcfRsCg1yemcaA/PsvS8OVHtdt+4mXPM9c/RCm1UOANzNnkyUtU9AMY9EF2910B18jqxmhxp5qoPHtnL9ujK0mKdxLVKGV8xNLCxH0zc6gWcu9x+Sin8w7/7669Rs6yttGk28Mqg4uv5//lGUTrc/vEfKIWwr11pDF7Idw3Ev7Q3drw/LcupkcbY3lwIDAQAB",
  "web_accessible_resources": [
    "views/web_accessible/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}