BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Cos'è BingChatAnywhere?

BingChatAnywhere è un'estensione di Chrome sviluppata da bulkypanda, e la sua funzione principale è "Enable Bing Chat on unsupported browsers!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BingChatAnywhere

Scarica i file di estensione BingChatAnywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
URL Ufficiale https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Descrizione Enable Bing Chat on unsupported browsers!
Dimensione del File 56.41 KB
Conteggio Installazioni 277
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-04-21
Data di Pubblicazione 2023-04-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bulkypanda
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bulkypanda/BingChatAnywhere
Lingue Supportate 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
}