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"입니다.

확장 프로그램 스크린샷

screenshot

Bing Chat for All Browsers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}