Cookie Blocker Pro

Cookie Blocker Pro

Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Blocker Pro",
  "short_name": "Cookie Blocker Pro",
  "description": "Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose",
  "homepage_url": "https://cookieblockerpro.com",
  "version": "1.214",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "activeTab",
    "alarms",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "gcm",
    "identity",
    "identity.email",
    "notifications",
    "storage",
    "scripting",
    "tabs",
    "webNavigation"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      },
      {
        "id": "ruleset_2",
        "enabled": true,
        "path": "rules_allow.json"
      }
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo16.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo192.png",
      "192": "logo192.png",
      "512": "logo512.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.mysocial360.com/oauth/*"
      ],
      "js": [
        "./messages/auth.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  }
}