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