BingChatAnywhere

Enable Bing Chat on unsupported browsers!

ما هو BingChatAnywhere؟

BingChatAnywhere هو إضافة Chrome تم تطويرها بواسطة bulkypanda، والميزة الرئيسية لها هي "Enable Bing Chat on unsupported browsers!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BingChatAnywhere

قم بتنزيل ملفات الامتداد BingChatAnywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}