Bing Chat for All Browsers
Bing Chat for All Browsers
什么是Bing Chat for All Browsers?
Bing Chat for All Browsers是由http://cho.sh开发的Chrome扩展程序,该扩展的主要功能是“Bing Chat for All Browsers”。
扩展截图
下载Bing Chat for All Browsers扩展crx文件
下载Bing Chat for All Browsers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bing Chat for All Browsers |
ID | jofbglonpbndadajbafmmaklbfbkggpo |
官方URL | https://chrome.google.com/webstore/detail/bing-chat-for-all-browser/jofbglonpbndadajbafmmaklbfbkggpo |
简介 | Bing Chat for All Browsers |
文件大小 | 96.46 KB |
安装次数 | 211,004 |
当前版本 | 1.0.7 |
更新时间 | 2023-04-20 |
上架时间 | 2023-02-14 |
评分 | 3.88/5 共259次评分 |
开发者 | http://cho.sh |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anaclumos/bing-chat-for-all-browsers |
帮助页面URL | https://github.com/anaclumos/bing-chat-for-all-browsers |
隐私政策页面URL | https://cho.sh/r/7723C1 |
支持的语言 | 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\/*" ] } |