Bing Chat For Chrome Bing Unchained

Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained

什么是Bing Chat For Chrome Bing Unchained?

Bing Chat For Chrome Bing Unchained是由Bing Chat开发的Chrome扩展程序,该扩展的主要功能是“Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained”。

扩展截图

screenshot
screenshot

下载Bing Chat For Chrome Bing Unchained扩展crx文件

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

扩展使用说明

                        Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained

Bing AI Chat in Chrome                    

扩展基本信息

名称 Bing Chat For Chrome Bing Unchained Bing Chat For Chrome Bing Unchained
ID jfeemlljlgfhbahdlpjaldohmlgjdkik
官方URL https://chromewebstore.google.com/detail/bing-chat-for-chrome-bing/jfeemlljlgfhbahdlpjaldohmlgjdkik
简介 Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained
文件大小 23.38 KB
安装次数 468
当前版本 0.0.1
更新时间 2023-08-23
上架时间 2023-08-23
评分 5.00/5 共3次评分
开发者 Bing Chat
电子邮箱 [email protected]
付费类型 free
支持的语言 id,en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-bing": {
            "description": "Bing Chat"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.bing.com\/search*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "modify_ua_header",
                "path": "rules.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*.bing.com\/*",
        "https:\/\/app-how-to-use-it.com\/*"
    ],
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}