BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Hvad er BingChatAnywhere?

BingChatAnywhere er en Chrome-udvidelse udviklet af bulkypanda, og dens hovedfunktion er "Enable Bing Chat on unsupported browsers!".

Udvidelsesskærmbilleder

screenshot

Download BingChatAnywhere-udvidelses-CRX-fil

Download BingChatAnywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Officiel URL https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Beskrivelse Enable Bing Chat on unsupported browsers!
Filstørrelse 56.41 KB
Antal Installationer 277
Nuværende Version 1.2.0
Senest Opdateret 2023-04-21
Udgivelsesdato 2023-04-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler bulkypanda
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/bulkypanda/BingChatAnywhere
Understøttede Sprog 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
}