Unlocker

Unlocker

Unlock the Internet! Read all your favourite content from sites around the world without being tracked

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unlocker",
  "description": "Unlock the Internet! Read all your favourite content from sites around the world without being tracked",
  "version": "0.4.8",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_icon": {
      "128": "icons/Key.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "icons/rules_1.json"
      }
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "cookies",
    "contentSettings",
    "declarativeNetRequest",
    "scripting",
    "tabs",
    "storage"
  ],
  "content_security_policy": {}
}