EXP Anti Detect Browser Free

EXP Anti Detect Browser Free

Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EXP Anti Detect Browser Free",
  "version": "0.0.7",
  "description": "Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/",
  "author": "Nic",
  "permissions": [
    "proxy",
    "privacy",
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.min.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.min.js",
        "revert.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}