Bing Chat for All Browsers
Bing Chat for All Browsers
O que é Bing Chat for All Browsers?
Bing Chat for All Browsers é uma extensão do Chrome desenvolvida por http://cho.sh, e sua principal característica é "Bing Chat for All Browsers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bing Chat for All Browsers
Baixe arquivos de extensão Bing Chat for All Browsers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bing Chat for All Browsers |
ID | jofbglonpbndadajbafmmaklbfbkggpo |
URL Oficial | https://chrome.google.com/webstore/detail/bing-chat-for-all-browser/jofbglonpbndadajbafmmaklbfbkggpo |
Descrição | Bing Chat for All Browsers |
Tamanho do Arquivo | 96.46 KB |
Contagem de Instalações | 211,004 |
Versão Atual | 1.0.7 |
Última Atualização | 2023-04-20 |
Data de Publicação | 2023-02-14 |
Classificação | 3.88/5 Total de 259 Avaliações |
Desenvolvedor | http://cho.sh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/anaclumos/bing-chat-for-all-browsers |
URL da Página de Ajuda | https://github.com/anaclumos/bing-chat-for-all-browsers |
URL da Página de Política de Privacidade | https://cho.sh/r/7723C1 |
Idiomas Suportados | 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\/*" ] } |