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
官方網址 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\/*"
    ]
}