AI Chat Enabler for bing.com
Emulate a different browser on bing.com to enable the AI Chat.
什么是AI Chat Enabler for bing.com?
AI Chat Enabler for bing.com是由https://florisbrunet.com开发的Chrome扩展程序,该扩展的主要功能是“Emulate a different browser on bing.com to enable the AI Chat.”。
扩展截图
下载AI Chat Enabler for bing.com扩展crx文件
下载AI Chat Enabler for bing.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes bing.com think you are using a different browser by changing multiple User Agent headers, allowing the use of the AI Chat. No setup needed, installing the extension is enough. Clicking the extension icon will open the AI Chat. This extension is not affiliated with, endorsed, or sponsored by Microsoft Corporation or Bing. All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. Icon by Icons8 (https://icons8.com/). No data is collected (feel free to check the source).
扩展基本信息
名称 | AI Chat Enabler for bing.com |
ID | kapjhgdgjhmchacdmebckkkmidojlglc |
官方URL | https://chromewebstore.google.com/detail/ai-chat-enabler-for-bingc/kapjhgdgjhmchacdmebckkkmidojlglc |
简介 | Emulate a different browser on bing.com to enable the AI Chat. |
文件大小 | 21.27 KB |
安装次数 | 2,353 |
当前版本 | 1.1 |
更新时间 | 2023-12-13 |
上架时间 | 2023-07-13 |
评分 | 4.37/5 共19次评分 |
开发者 | https://florisbrunet.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com |
帮助页面URL | https://github.com/florisbrunet/AI-Chat-Enabler-for-bing.com/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Chat Enabler for bing.com", "description": "Emulate a different browser on bing.com to enable the AI Chat.", "version": "1.1", "permissions": [ "declarativeNetRequest" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "host_permissions": [ "https:\/\/*.bing.com\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |