BingChatAnywhere
Enable Bing Chat on unsupported browsers!
¿Qué es BingChatAnywhere?
BingChatAnywhere es una extensión de Chrome desarrollada por bulkypanda, y su función principal es "Enable Bing Chat on unsupported browsers!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BingChatAnywhere
Descarga archivos de extensión BingChatAnywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | BingChatAnywhere |
ID | pgmomcbgjgohbiagkkkcmhflipkllggi |
URL Oficial | https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi |
Descripción | Enable Bing Chat on unsupported browsers! |
Tamaño del Archivo | 56.41 KB |
Cantidad de Instalaciones | 277 |
Versión Actual | 1.2.0 |
Última Actualización | 2023-04-21 |
Fecha de Publicación | 2023-04-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | bulkypanda |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/bulkypanda/BingChatAnywhere |
Idiomas Soportados | 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 } |