Examine source code of AdsSecured

Inspect and view changes in AdsSecured source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "128": "resources/icons/128.png"
    },
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/vendors/AdguardTeam/ExtendedCss.js",
        "js/contentScript.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules_1",
        "enabled": true,
        "path": "resources/rules/1.json"
      },
      {
        "id": "rules_2",
        "enabled": true,
        "path": "resources/rules/2.json"
      },
      {
        "id": "rules_3",
        "enabled": true,
        "path": "resources/rules/3.json"
      },
      {
        "id": "rules_4",
        "enabled": true,
        "path": "resources/rules/4.json"
      },
      {
        "id": "rules_5",
        "enabled": true,
        "path": "resources/rules/5.json"
      },
      {
        "id": "rules_6",
        "enabled": true,
        "path": "resources/rules/6.json"
      },
      {
        "id": "rules_7",
        "enabled": true,
        "path": "resources/rules/7.json"
      }
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "resources/icons/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "alarms",
    "declarativeNetRequest",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "short_name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.11",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "resources/*"
      ],
      "use_dynamic_url": true
    }
  ]
}