BingChatAnywhere

Enable Bing Chat on unsupported browsers!

BingChatAnywhere란 무엇입니까?

BingChatAnywhere은(는) bulkypanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable Bing Chat on unsupported browsers!"입니다.

확장 프로그램 스크린샷

screenshot

BingChatAnywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 BingChatAnywhere
ID pgmomcbgjgohbiagkkkcmhflipkllggi
공식 URL 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
}