Privacy Test

Privacy Test

Checks whether you have enhanced private data protection and prevents tracking of your on-line activity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "background": {
    "service_worker": "SW_JS_ID.js"
  },
  "action": {
    "default_icon": "DIR_IMG/g19.png",
    "default_popup": "MENU_HTML_ID.html",
    "default_title": "__MSG_extName__"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self';img-src 'self' https: chrome://extension-icon;connect-src https:;report-uri https://appn.center/apiv1/csp;"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "externally_connectable": {
    "ids": [
      "ghgabhipcejejjmhhchfonmamedcbeod"
    ],
    "matches": [
      "https://www.hotcleaner.com/*"
    ]
  },
  "icons": {
    "16": "DIR_IMG/g16.png",
    "19": "DIR_IMG/g19.png",
    "32": "DIR_IMG/g32.png",
    "38": "DIR_IMG/g38.png",
    "40": "DIR_IMG/g40.png",
    "48": "DIR_IMG/g48.png",
    "64": "DIR_IMG/g64.png",
    "96": "DIR_IMG/g96.png",
    "128": "DIR_IMG/g128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "101",
  "name": "__MSG_extName__",
  "host_permissions": [
    "*://*/*"
  ],
  "offline_enabled": true,
  "permissions": [
    "activeTab",
    "management",
    "privacy",
    "scripting",
    "storage",
    "alarms",
    "declarativeNetRequest"
  ],
  "version": "10.1",
  "web_accessible_resources": [
    {
      "resources": [
        "vendor/bundle_hdez.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "vendor/content_cmj.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ]
    }
  ]
}