BingChatAnywhere

Enable Bing Chat on unsupported browsers!

Что такое BingChatAnywhere?

BingChatAnywhere - это расширение Chrome, разработанное bulkypanda, и его основная функция - "Enable Bing Chat on unsupported browsers!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BingChatAnywhere

Скачайте файлы расширений BingChatAnywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}