BingChatAnywhere

Enable Bing Chat on unsupported browsers!

BingChatAnywhere là gì?

BingChatAnywhere là một tiện ích mở rộng Chrome được phát triển bởi bulkypanda, và tính năng chính của nó là "Enable Bing Chat on unsupported browsers!".

Ả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 BingChatAnywhere

Tải xuống các tệp mở rộng BingChatAnywhere 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 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                    

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

Tên BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
URL Chính Thức https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Mô tả Enable Bing Chat on unsupported browsers!
Kích Thước Tệp 56.41 KB
Số Lần Cài Đặt 277
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2023-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bulkypanda
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bulkypanda/BingChatAnywhere
Ngôn Ngữ Được Hỗ Trợ 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
}