Bing Chat for All Browsers
Bing Chat for All Browsers
Co je Bing Chat for All Browsers?
Bing Chat for All Browsers je rozšíření Chrome vyvinuté http://cho.sh, a jeho hlavní funkcí je „Bing Chat for All Browsers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bing Chat for All Browsers
Stáhněte si soubory rozšíření Bing Chat for All Browsers 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í
Source: https://github.com/anaclumos/bing-chat-for-all-browsers 2023-04-18 ========= Fixed the problem 😁 Please update to the newest version! NOTE ==== You need a Microsoft account that has access to the new Bing Chat to use this extension. This extension cannot make you jump the queue to get access to the new Bing Chat! If you don't have access to the new Bing Chat, you can join the waitlist at bing.com/chat. Solution for common problems ========================= - Clear Cache and Cookies on Bing. - Disable VPN or Adblock on Bing. - Make sure you are logged-in with Microsoft account with Bing Chat enabled. If you still have problems, Let me know on GitHub.
Základní Informace o Rozšíření
Název | Bing Chat for All Browsers |
ID | jofbglonpbndadajbafmmaklbfbkggpo |
Oficiální URL | https://chrome.google.com/webstore/detail/bing-chat-for-all-browser/jofbglonpbndadajbafmmaklbfbkggpo |
Popis | Bing Chat for All Browsers |
Velikost souboru | 96.46 KB |
Počet instalací | 211,004 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2023-04-20 |
Datum Vydání | 2023-02-14 |
Hodnocení | 3.88/5 Celkem 259 Hodnocení |
Vývojář | http://cho.sh |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/anaclumos/bing-chat-for-all-browsers |
URL Stránky Nápovědy | https://github.com/anaclumos/bing-chat-for-all-browsers |
URL Stránky Zásad Ochrany Soukromí | https://cho.sh/r/7723C1 |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bing Chat for All Browsers", "description": "Bing Chat for All Browsers", "version": "1.0.7", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png", "192": "icon192.png", "512": "icon512.png", "1024": "icon1024.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "webRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "http:\/\/*.bing.com\/*", "https:\/\/*.bing.com\/*" ] } |