Bing Chat on Chromium

Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.

Bing Chat on Chromium là gì?

Bing Chat on Chromium là một tiện ích mở rộng Chrome được phát triển bởi http://nethruster.com, và tính năng chính của nó là "Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bing Chat on Chromium

Tải xuống các tệp mở rộng Bing Chat on Chromium dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bing Chat on Chromium
Bing Chat on Chromium is a Chrome extension that allows you to use Bing chat in any Chromium-based browser, such as Google Chrome, Brave, Vivaldi, and others. With this extension, you can access Bing Chat on your preferred browser without having to switch to Microsoft Edge.

Source code: https://github.com/claudio4/bing-chat-on-chromium

Why Use Bing Chat on Chromium? 🤔💡
Microsoft has imposed an artificial dependency on Edge for Bing Chat, meaning that users must use Edge to access the chat platform. This can be frustrating for users who prefer other Chromium-based browsers. Bing Chat on Chromium bypasses this limitation by using request header spoofing to make Bing think that the user is accessing the chat platform from Edge, even when they are using a different browser.

Features 🎉
* Allows access to Bing Chat on any Chromium-based browser.
* Uses request header spoofing to make Bing think the user is accessing the chat platform from Edge.
* No extra data collection.
* More performant and Manifest V3 ready with declarativeNetRequest API.

Usage 🚀
After the extension is installed, you can use Bing chat normally. No extra steps are required.

Support and Feedback 🙌
If you encounter any issues or have any questions about Bing Chat on Chromium, please open an issue on the [issues page](link to the Github issues page). Your feedback is valuable to us, so if you have any suggestions or ideas for improving the extension, please let us know. You can leave your feedback on the extension's page on the Chrome Web Store or on the issues page.

Disclaimer ❗
Please note that this extension does not allow users to bypass the waitlist for Bing Chat. A Microsoft account with access to Bing Chat is still required.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bing Chat on Chromium Bing Chat on Chromium
ID oankfoonhlnlabhlgoglghmpcjndcobc
URL Chính Thức https://chrome.google.com/webstore/detail/bing-chat-on-chromium/oankfoonhlnlabhlgoglghmpcjndcobc
Mô tả Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.
Kích Thước Tệp 26.86 KB
Số Lần Cài Đặt 554
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-07-17
Ngày Phát Hành 2023-03-04
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://nethruster.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/claudio4/bing-chat-on-chromium
URL Trang Trợ Giúp https://github.com/claudio4/bing-chat-on-chromium/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing Chat on Chromium",
    "description": "Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "version": "1.0.1",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "set-edge-ua",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}