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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |