Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

Cos'è Enhancer for ChatGPT?

Enhancer for ChatGPT è un'estensione di Chrome sviluppata da gblazex, e la sua funzione principale è "Better ChatGPT experience. Hide annoyances.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enhancer for ChatGPT

Scarica i file di estensione Enhancer for ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Enhancer for ChatGPT Enhancer for ChatGPT
ID hghnlpcfadmjgckoboefoldplhhibakn
URL Ufficiale https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn
Descrizione Better ChatGPT experience. Hide annoyances.
Dimensione del File 8.85 KB
Conteggio Installazioni 93
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-02-10
Data di Pubblicazione 2023-02-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore gblazex
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.smoothscroll.net/privacy/extension.html
Lingue Supportate 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\/*"
    ]
}