BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Wat is BingChatAnywhere?

BingChatAnywhere is een Chrome-extensie ontwikkeld door bulkypanda, en de belangrijkste functie is "Enable Bing Chat on unsupported browsers!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BingChatAnywhere

Download BingChatAnywhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Officiële URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Beschrijving Enable Bing Chat on unsupported browsers!
Bestandsgrootte 56.41 KB
Aantal Installaties 277
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-04-21
Publicatiedatum 2023-04-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bulkypanda
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bulkypanda/BingChatAnywhere
Ondersteunde Talen 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
}