BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Was ist BingChatAnywhere?

BingChatAnywhere ist eine Chrome-Erweiterung, die von bulkypanda entwickelt wurde, und ihr Hauptmerkmal ist "Enable Bing Chat on unsupported browsers!".

Erweiterungsscreenshots

screenshot

BingChatAnywhere-Erweiterungs-CRX-Datei herunterladen

Laden Sie BingChatAnywhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Offizielle URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Beschreibung Enable Bing Chat on unsupported browsers!
Dateigröße 56.41 KB
Installationsanzahl 277
Aktuelle Version 1.2.0
Letztes Update 2023-04-21
Veröffentlichungsdatum 2023-04-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler bulkypanda
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/bulkypanda/BingChatAnywhere
Unterstützte Sprachen 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
}