Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

什么是Enhancer for ChatGPT?

Enhancer for ChatGPT是由gblazex开发的Chrome扩展程序,该扩展的主要功能是“Better ChatGPT experience. Hide annoyances.”。

扩展截图

screenshot

下载Enhancer for ChatGPT扩展crx文件

下载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\/*"
    ]
}