Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

Qu'est-ce que Enhancer for ChatGPT ?

Enhancer for ChatGPT est une extension Chrome développée par gblazex, et sa fonction principale est "Better ChatGPT experience. Hide annoyances.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enhancer for ChatGPT

Téléchargez les fichiers d'extension Enhancer for ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Enhancer for ChatGPT Enhancer for ChatGPT
ID hghnlpcfadmjgckoboefoldplhhibakn
URL Officiel https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn
Description Better ChatGPT experience. Hide annoyances.
Taille du Fichier 8.85 KB
Nombre d'Installations 93
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-02-10
Date de Publication 2023-02-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur gblazex
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.smoothscroll.net/privacy/extension.html
Langues Prises en Charge 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\/*"
    ]
}