BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Vad är BingChatAnywhere?

BingChatAnywhere är en Chrome-tillägg utvecklad av bulkypanda, och dess huvudfunktion är "Enable Bing Chat on unsupported browsers!".

Tilläggsskärmbilder

screenshot

Ladda ner BingChatAnywhere-förlängningens CRX-fil

Ladda ner BingChatAnywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BingChatAnywhere BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
Officiell webbadress https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi
Beskrivning Enable Bing Chat on unsupported browsers!
Filstorlek 56.41 KB
Antal Installationer 277
Aktuell Version 1.2.0
Senast Uppdaterad 2023-04-21
Publiceringsdatum 2023-04-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare bulkypanda
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/bulkypanda/BingChatAnywhere
Stödda Språk 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
}