BingChatAnywhere

BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "BingChatAnywhere",
  "version": "1.2.0",
  "description": "Enable Bing Chat on unsupported browsers!",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.bing.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "manifest_version": 3
}