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
官方網址 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
電子郵箱 [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"
    }
}