Bing Chat for All Browsers

Bing Chat for All Browsers

什麼是Bing Chat for All Browsers?

Bing Chat for All Browsers是由http://cho.sh開發的Chrome擴展程式,該擴展的主要功能是“Bing Chat for All Browsers”。

擴展截圖

screenshot

下載Bing Chat for All Browsers擴展crx文件

下載Bing Chat for All Browsers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Source: https://github.com/anaclumos/bing-chat-for-all-browsers

2023-04-18
=========

Fixed the problem 😁 Please update to the newest version!

NOTE
====
You need a Microsoft account that has access to the new Bing Chat to use this extension. This extension cannot make you jump the queue to get access to the new Bing Chat! If you don't have access to the new Bing Chat, you can join the waitlist at bing.com/chat.

Solution for common problems
=========================

- Clear Cache and Cookies on Bing.
- Disable VPN or Adblock on Bing.
- Make sure you are logged-in with Microsoft account with Bing Chat enabled.

If you still have problems, Let me know on GitHub.                    

擴展基本資訊

名稱 Bing Chat for All Browsers Bing Chat for All Browsers
ID jofbglonpbndadajbafmmaklbfbkggpo
官方網址 https://chrome.google.com/webstore/detail/bing-chat-for-all-browser/jofbglonpbndadajbafmmaklbfbkggpo
簡介 Bing Chat for All Browsers
檔案大小 96.46 KB
安裝次數 211,004
目前版本 1.0.7
更新時間 2023-04-20
上架時間 2023-02-14
評分 3.88/5 共 259 次評分
開發者 http://cho.sh
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/anaclumos/bing-chat-for-all-browsers
說明頁面URL https://github.com/anaclumos/bing-chat-for-all-browsers
隱私政策頁面URL https://cho.sh/r/7723C1
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bing Chat for All Browsers",
    "description": "Bing Chat for All Browsers",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "192": "icon192.png",
        "512": "icon512.png",
        "1024": "icon1024.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.bing.com\/*"
    ]
}