SUPERAntiSpyware Ext

No profiling. No tracking. SUPERAntiSpyware Ext keeps your online activity completely private.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "SUPERAntiSpyware Ext",
  "version": "1.16.1",
  "description": "__MSG_manifest_description__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "http://*/",
    "https://*/",
    "webRequestBlocking",
    "history",
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "browser_action": {
    "default_popup": "ui/popup/index.html",
    "default_title": "SUPERAntiSpyware Ext"
  },
  "background": {
    "scripts": [
      "background/shared/activity.js",
      "background/shared/safetyCheck.js",
      "background/shared/init.js",
      "background/shared/siteBlocking.js",
      "background/shared/trackerBlocking.js",
      "background/shared/trackerBlockingMV2.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://search.webscanner.pro/*"
      ],
      "js": [
        "content-scripts/shared/serp.js"
      ],
      "run_at": "document_end",
      "world": "MAIN"
    }
  ],
  "icons": {
    "48": "resources/icons/icon-48.png",
    "96": "resources/icons/icon-96.png",
    "128": "resources/icons/icon-128.png"
  },
  "web_accessible_resources": [
    "/resources/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}