BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Co to jest BingChatAnywhere?

BingChatAnywhere to rozszerzenie Chrome opracowane przez bulkypanda, a jego główną funkcją jest „Enable Bing Chat on unsupported browsers!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BingChatAnywhere

Pobierz pliki rozszerzeń BingChatAnywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Oficjalny URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Opis Enable Bing Chat on unsupported browsers!
Rozmiar pliku 56.41 KB
Liczba instalacji 277
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-04-21
Data Publikacji 2023-04-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper bulkypanda
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/bulkypanda/BingChatAnywhere
Obsługiwane Języki 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
}