Comment Hider for YouTube™
Hides all comments for YouTube™ until you mouseover them
Comment Hider for YouTube™とは何ですか?
Comment Hider for YouTube™はAdimoteによって開発されたChromeの拡張機能で、その主な機能は「Hides all comments for YouTube™ until you mouseover them」です。
拡張機能のスクリーンショット
Comment Hider for YouTube™拡張機能のCRXファイルをダウンロード
Comment Hider for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a very light weight comment hider for youtube. If you want to see the comments again, just mouse over them and they reveal themselves to you (The developers of this extension are in no way affiliated with Google™ Inc. or YouTube™) Features: - Light weight - Easy to use (just mouse over the shaded area) - Works for Livestreams - You can still scroll through every page of comments, and access the 'Show More' button - You can still leave your own comments, vote on other comments and reply to comments. - automatically re-hides comments if you mouse-off them. The features list makes it look more complex than it is. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
拡張機能の基本情報
名前 | |
ID | gndbolkljkpnnpoombagjhfpahldbije |
公式URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/gndbolkljkpnnpoombagjhfpahldbije |
説明 | Hides all comments for YouTube™ until you mouseover them |
ファイルサイズ | 16.6 KB |
インストール数 | 24 |
現在のバージョン | 1.2.3 |
最終更新日 | 2013-04-09 |
公開日 | 2013-04-09 |
評価 | 2.86/5 合計 7 レビュー |
開発者 | Adimote |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Hides all comments for YouTube\u2122 until you mouseover them", "name": "Comment Hider for YouTube\u2122", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch" ], "css": [ "comment_hider.css" ] } ], "manifest_version": 2, "version": "1.2.3" } |