Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

What is Enhancer for ChatGPT?

Enhancer for ChatGPT is a Chrome extension developed by gblazex, and its main feature is "Better ChatGPT experience. Hide annoyances.".

Extension Screenshots

screenshot

Download Enhancer for ChatGPT Extension CRX File

Download Enhancer for ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Enhancer for ChatGPT Enhancer for ChatGPT
ID hghnlpcfadmjgckoboefoldplhhibakn
Official URL https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn
Description Better ChatGPT experience. Hide annoyances.
File Size 8.85 KB
Installation Count 93
Current Version 1.0.2
Last Updated 2023-02-10
Publish Date 2023-02-09
Rating 5.00/5 Total 1 Ratings
Developer gblazex
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smoothscroll.net/privacy/extension.html
Supported Languages 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\/*"
    ]
}