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

확장 프로그램 스크린샷

screenshot
screenshot

AI Chat Enabler for bing.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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"
    }
}