Bing Chat for All Browsers

Bing Chat for All Browsers

Bing Chat for All Browsers क्या है?

Bing Chat for All Browsers http://cho.sh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bing Chat for All Browsers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bing Chat for All Browsers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}