Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

Co to jest Enhancer for ChatGPT?

Enhancer for ChatGPT to rozszerzenie Chrome opracowane przez gblazex, a jego główną funkcją jest „Better ChatGPT experience. Hide annoyances.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Enhancer for ChatGPT

Pobierz pliki rozszerzeń Enhancer for ChatGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Enhancer for ChatGPT Enhancer for ChatGPT
ID hghnlpcfadmjgckoboefoldplhhibakn
Oficjalny URL https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn
Opis Better ChatGPT experience. Hide annoyances.
Rozmiar pliku 8.85 KB
Liczba instalacji 93
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-02-10
Data Publikacji 2023-02-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper gblazex
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.smoothscroll.net/privacy/extension.html
Obsługiwane Języki 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\/*"
    ]
}