AI Chat Enabler for bing.com

Emulate a different browser on bing.com to enable the AI Chat.

AI Chat Enabler for bing.comとは何ですか?

AI Chat Enabler for bing.comはhttps://florisbrunet.comによって開発されたChromeの拡張機能で、その主な機能は「Emulate a different browser on bing.com to enable the AI Chat.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AI Chat Enabler for bing.com拡張機能のCRXファイルをダウンロード

AI Chat Enabler for bing.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension makes bing.com think you are using a different browser by changing multiple User Agent headers, allowing the use of the AI Chat. No setup needed, installing the extension is enough. Clicking the extension icon will open the AI Chat.

This extension is not affiliated with, endorsed, or sponsored by Microsoft Corporation or Bing. All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Icon by Icons8 (https://icons8.com/).

No data is collected (feel free to check the source).                    

拡張機能の基本情報

名前 AI Chat Enabler for bing.com AI Chat Enabler for bing.com
ID kapjhgdgjhmchacdmebckkkmidojlglc
公式URL https://chromewebstore.google.com/detail/ai-chat-enabler-for-bingc/kapjhgdgjhmchacdmebckkkmidojlglc
説明 Emulate a different browser on bing.com to enable the AI Chat.
ファイルサイズ 21.27 KB
インストール数 2,353
現在のバージョン 1.1
最終更新日 2023-12-13
公開日 2023-07-13
評価 4.37/5 合計 19 レビュー
開発者 https://florisbrunet.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com
ヘルプページのURL https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Chat Enabler for bing.com",
    "description": "Emulate a different browser on bing.com to enable the AI Chat.",
    "version": "1.1",
    "permissions": [
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}