BingChatAnywhere
Enable Bing Chat on unsupported browsers!
Co je BingChatAnywhere?
BingChatAnywhere je rozšíření Chrome vyvinuté bulkypanda, a jeho hlavní funkcí je „Enable Bing Chat on unsupported browsers!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BingChatAnywhere
Stáhněte si soubory rozšíření BingChatAnywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | BingChatAnywhere |
ID | pgmomcbgjgohbiagkkkcmhflipkllggi |
Oficiální URL | https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi |
Popis | Enable Bing Chat on unsupported browsers! |
Velikost souboru | 56.41 KB |
Počet instalací | 277 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-04-21 |
Datum Vydání | 2023-04-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | bulkypanda |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bulkypanda/BingChatAnywhere |
Podporované Jazyky | 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 } |