Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

Что такое Enhancer for ChatGPT?

Enhancer for ChatGPT - это расширение Chrome, разработанное gblazex, и его основная функция - "Better ChatGPT experience. Hide annoyances.".

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

screenshot

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

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

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

                        Better ChatGPT experience. Remove annoyances like information text below message box. Also compact menubar items on the left so more space for your chats threads. Removes orange warning bubbles about "we're experiencing high demand".

More to come later.                    

Основная информация о расширении

Название Enhancer for ChatGPT Enhancer for ChatGPT
ID hghnlpcfadmjgckoboefoldplhhibakn
Официальный URL https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn
Описание Better ChatGPT experience. Hide annoyances.
Размер файла 8.85 KB
Количество установок 93
Текущая Версия 1.0.2
Последнее Обновление 2023-02-10
Дата публикации 2023-02-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик gblazex
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.smoothscroll.net/privacy/extension.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Better ChatGPT experience. Hide annoyances.",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "name": "Enhancer for ChatGPT",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ]
}