Enhancer for ChatGPT
Better ChatGPT experience. Hide annoyances.
Enhancer for ChatGPTとは何ですか?
Enhancer for ChatGPTはgblazexによって開発されたChromeの拡張機能で、その主な機能は「Better ChatGPT experience. Hide annoyances.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |