BingChatAnywhere
Enable Bing Chat on unsupported browsers!
O que é BingChatAnywhere?
BingChatAnywhere é uma extensão do Chrome desenvolvida por bulkypanda, e sua principal característica é "Enable Bing Chat on unsupported browsers!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BingChatAnywhere
Baixe arquivos de extensão BingChatAnywhere 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
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
Informações Básicas da Extensão
Nome | BingChatAnywhere |
ID | pgmomcbgjgohbiagkkkcmhflipkllggi |
URL Oficial | https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi |
Descrição | Enable Bing Chat on unsupported browsers! |
Tamanho do Arquivo | 56.41 KB |
Contagem de Instalações | 277 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-04-21 |
Data de Publicação | 2023-04-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | bulkypanda |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bulkypanda/BingChatAnywhere |
Idiomas Suportados | 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 } |