Twitch Chat Header Cleaner
Get rid of chat header. (Ctrl + Q to switch)
Twitch Chat Header Cleanerとは何ですか?
Twitch Chat Header Cleanerは뽀르삐리によって開発されたChromeの拡張機能で、その主な機能は「Get rid of chat header. (Ctrl + Q to switch)」です。
拡張機能のスクリーンショット
Twitch Chat Header Cleaner拡張機能のCRXファイルをダウンロード
Twitch Chat Header Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically removes everything on the chat header. *Caution* Point betting is also hidden by default. You can turn on/off with Ctrl + Q shortcut or extension icon click. https://github.com/porpyry/twitch-header-cleaner
拡張機能の基本情報
名前 | Twitch Chat Header Cleaner |
ID | ejmlhjmoagijdalknicbnmbljhpipbme |
公式URL | https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme |
説明 | Get rid of chat header. (Ctrl + Q to switch) |
ファイルサイズ | 11.22 KB |
インストール数 | 141 |
現在のバージョン | 2.4 |
最終更新日 | 2023-09-08 |
公開日 | 2022-02-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | 뽀르삐리 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.4", "action": [], "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "\/icon\/twitch_icon_128.png" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "linux": "Ctrl+Q" } } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content-script.js" ], "css": [ "content-style.css" ] } ], "host_permissions": [ "https:\/\/www.twitch.tv\/" ] } |