Bing Chat Unblocker

Bing Chat Unblocker

Unblocking Bing AI Chat by spoofing the user agent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bing Chat Unblocker",
  "version": "0.1",
  "icons": {
    "128": "128.png"
  },
  "description": "Unblocking Bing AI Chat by spoofing the user agent",
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*.bing.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}