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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://florisbrunet.com และคุณลักษณะหลักของมันคือ "Emulate a different browser on bing.com to enable the AI Chat."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Chat Enabler for bing.com

ดาวน์โหลดไฟล์ส่วนขยาย AI Chat Enabler for bing.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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