Bing Unchained - Use new Bing in Chrome

Use new Bing in Chrome

什么是Bing Unchained - Use new Bing in Chrome?

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

扩展截图

screenshot

下载Bing Unchained - Use new Bing in Chrome扩展crx文件

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

扩展使用说明

                        Use new bing in Chrome, instead of being forced to switch browser to Edge.                    

扩展基本信息

名称 Bing Unchained - Use new Bing in Chrome Bing Unchained - Use new Bing in Chrome
ID laldfnbbeocphnilnofhedhcjcnchbld
官方URL https://chrome.google.com/webstore/detail/bing-unchained-use-new-bi/laldfnbbeocphnilnofhedhcjcnchbld
简介 Use new Bing in Chrome
文件大小 58.94 KB
安装次数 52,180
当前版本 1.4.0
更新时间 2023-05-06
上架时间 2023-02-15
评分 3.98/5 共97次评分
开发者 sU4NHu4NpUj
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/wong2_x
帮助页面URL https://twitter.com/wong2_x
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "commands"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "modify_ua_header",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "commands": {
        "open-bing": {
            "description": "Open Bing Chat"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/search*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}