Bing Chat For Chrome Bing Unchained

Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained

What is Bing Chat For Chrome Bing Unchained?

Bing Chat For Chrome Bing Unchained is a Chrome extension developed by Bing Chat, and its main feature is "Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained".

Extension Screenshots

screenshot
screenshot

Download Bing Chat For Chrome Bing Unchained Extension CRX File

Download Bing Chat For Chrome Bing Unchained extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained

Bing AI Chat in Chrome                    

Extension Basic Information

Name Bing Chat For Chrome Bing Unchained Bing Chat For Chrome Bing Unchained
ID jfeemlljlgfhbahdlpjaldohmlgjdkik
Official URL https://chromewebstore.google.com/detail/bing-chat-for-chrome-bing/jfeemlljlgfhbahdlpjaldohmlgjdkik
Description Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained
File Size 23.38 KB
Installation Count 468
Current Version 0.0.1
Last Updated 2023-08-23
Publish Date 2023-08-23
Rating 5.00/5 Total 3 Ratings
Developer Bing Chat
Email [email protected]
Payment Type free
Supported Languages id,en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-bing": {
            "description": "Bing Chat"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.bing.com\/search*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "modify_ua_header",
                "path": "rules.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*.bing.com\/*",
        "https:\/\/app-how-to-use-it.com\/*"
    ],
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}