BingChatAnywhere

Enable Bing Chat on unsupported browsers!

BingChatAnywhere क्या है?

BingChatAnywhere bulkypanda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable Bing Chat on unsupported browsers!"।

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

screenshot

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

crx प्रारूप में BingChatAnywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}