BingChatAnywhere

Enable Bing Chat on unsupported browsers!

What is BingChatAnywhere?

BingChatAnywhere is a Chrome extension developed by bulkypanda, and its main feature is "Enable Bing Chat on unsupported browsers!".

Extension Screenshots

screenshot

Download BingChatAnywhere Extension CRX File

Download BingChatAnywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bing Chat is currently accessible only on Microsoft Edge. This extension allows you to access Bing Chat on unsupported browsers. This extension works only on chromium browsers (Chrome, Opera, Brave, Vivaldi etc.)

This extension only works if you have access to Bing Chat on your Microsoft Account. Bing Chat can access the web and gives you access to GPT-4 at no cost.

https://github.com/bulkypanda/BingChatAnywhere                    

Extension Basic Information

Name BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Official URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Description Enable Bing Chat on unsupported browsers!
File Size 56.41 KB
Installation Count 277
Current Version 1.2.0
Last Updated 2023-04-21
Publish Date 2023-04-14
Rating 5.00/5 Total 1 Ratings
Developer bulkypanda
Email [email protected]
Payment Type free
Extension Website https://github.com/bulkypanda/BingChatAnywhere
Supported Languages en
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
}