BingChatAnywhere
Enable Bing Chat on unsupported browsers!
什麼是BingChatAnywhere?
BingChatAnywhere是由bulkypanda開發的Chrome擴展程式,該擴展的主要功能是“Enable Bing Chat on unsupported browsers!”。
擴展截圖
下載BingChatAnywhere擴展crx文件
下載BingChatAnywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | BingChatAnywhere |
ID | pgmomcbgjgohbiagkkkcmhflipkllggi |
官方網址 | https://chromewebstore.google.com/detail/bingchatanywhere/pgmomcbgjgohbiagkkkcmhflipkllggi |
簡介 | Enable Bing Chat on unsupported browsers! |
檔案大小 | 56.41 KB |
安裝次數 | 277 |
目前版本 | 1.2.0 |
更新時間 | 2023-04-21 |
上架時間 | 2023-04-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | bulkypanda |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/bulkypanda/BingChatAnywhere |
支援的語言 | 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 } |