BingChatAnywhere

Enable Bing Chat on unsupported browsers!

什么是BingChatAnywhere?

BingChatAnywhere是由bulkypanda开发的Chrome扩展程序,该扩展的主要功能是“Enable Bing Chat on unsupported browsers!”。

扩展截图

screenshot

下载BingChatAnywhere扩展crx文件

下载BingChatAnywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
官方URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
简介 Enable Bing Chat on unsupported browsers!
文件大小 56.41 KB
安装次数 277
当前版本 1.2.0
更新时间 2023-04-21
上架时间 2023-04-14
评分 5.00/5 共1次评分
开发者 bulkypanda
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/bulkypanda/BingChatAnywhere
支持的语言 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
}