Bing Chat on Chromium
Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.
Bing Chat on Chromium란 무엇입니까?
Bing Chat on Chromium은(는) http://nethruster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat."입니다.
확장 프로그램 스크린샷
Bing Chat on Chromium 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bing Chat on Chromium Bing Chat on Chromium is a Chrome extension that allows you to use Bing chat in any Chromium-based browser, such as Google Chrome, Brave, Vivaldi, and others. With this extension, you can access Bing Chat on your preferred browser without having to switch to Microsoft Edge. Source code: https://github.com/claudio4/bing-chat-on-chromium Why Use Bing Chat on Chromium? 🤔💡 Microsoft has imposed an artificial dependency on Edge for Bing Chat, meaning that users must use Edge to access the chat platform. This can be frustrating for users who prefer other Chromium-based browsers. Bing Chat on Chromium bypasses this limitation by using request header spoofing to make Bing think that the user is accessing the chat platform from Edge, even when they are using a different browser. Features 🎉 * Allows access to Bing Chat on any Chromium-based browser. * Uses request header spoofing to make Bing think the user is accessing the chat platform from Edge. * No extra data collection. * More performant and Manifest V3 ready with declarativeNetRequest API. Usage 🚀 After the extension is installed, you can use Bing chat normally. No extra steps are required. Support and Feedback 🙌 If you encounter any issues or have any questions about Bing Chat on Chromium, please open an issue on the [issues page](link to the Github issues page). Your feedback is valuable to us, so if you have any suggestions or ideas for improving the extension, please let us know. You can leave your feedback on the extension's page on the Chrome Web Store or on the issues page. Disclaimer ❗ Please note that this extension does not allow users to bypass the waitlist for Bing Chat. A Microsoft account with access to Bing Chat is still required.
확장 프로그램 기본 정보
이름 | Bing Chat on Chromium |
ID | oankfoonhlnlabhlgoglghmpcjndcobc |
공식 URL | https://chrome.google.com/webstore/detail/bing-chat-on-chromium/oankfoonhlnlabhlgoglghmpcjndcobc |
설명 | Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat. |
파일 크기 | 26.86 KB |
설치 횟수 | 554 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-07-17 |
출시 날짜 | 2023-03-04 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | http://nethruster.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/claudio4/bing-chat-on-chromium |
도움말 페이지 URL | https://github.com/claudio4/bing-chat-on-chromium/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bing Chat on Chromium", "description": "Use Bing Chat on any Chromium-based browser (Chrome, Brave, Vivaldi, etc.) easily. MS Edge is no longer needed to use Bing Chat.", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "version": "1.0.1", "manifest_version": 3, "host_permissions": [ "*:\/\/*.bing.com\/*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "set-edge-ua", "enabled": true, "path": "rules.json" } ] } } |