Enhancer for ChatGPT

Better ChatGPT experience. Hide annoyances.

Enhancer for ChatGPTคืออะไร?

Enhancer for ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gblazex และคุณลักษณะหลักของมันคือ "Better ChatGPT experience. Hide annoyances."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhancer for ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}