Bing Unchained - Use new Bing in Chrome

Use new Bing in Chrome

What is Bing Unchained - Use new Bing in Chrome?

Bing Unchained - Use new Bing in Chrome is a Chrome extension developed by sU4NHu4NpUj, and its main feature is "Use new Bing in Chrome".

Extension Screenshots

screenshot

Download Bing Unchained - Use new Bing in Chrome Extension CRX File

Download Bing Unchained - Use new Bing in Chrome 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

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

Extension Basic Information

Name Bing Unchained - Use new Bing in Chrome Bing Unchained - Use new Bing in Chrome
ID laldfnbbeocphnilnofhedhcjcnchbld
Official URL https://chrome.google.com/webstore/detail/bing-unchained-use-new-bi/laldfnbbeocphnilnofhedhcjcnchbld
Description Use new Bing in Chrome
File Size 58.94 KB
Installation Count 52,180
Current Version 1.4.0
Last Updated 2023-05-06
Publish Date 2023-02-15
Rating 3.98/5 Total 97 Ratings
Developer sU4NHu4NpUj
Email [email protected]
Payment Type free
Extension Website https://twitter.com/wong2_x
Help Page URL https://twitter.com/wong2_x
Supported Languages 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"
            ]
        }
    ]
}