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
Eメール [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"
            ]
        }
    ]
}