Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
What is Comment Hider for YouTube™?
Comment Hider for YouTube™ is a Chrome extension developed by http://heithe.com, and its main feature is "Adds a button below the video description to hide/show the comments (for YouTube™)".
Extension Screenshots
Download Comment Hider for YouTube™ Extension CRX File
Download Comment Hider for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
Extension Basic Information
Name | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
Official URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
Description | Adds a button below the video description to hide/show the comments (for YouTube™) |
File Size | 33.75 KB |
Installation Count | 14 |
Current Version | 0.5 |
Last Updated | 2013-03-19 |
Publish Date | 2013-03-19 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://heithe.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.heithe.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |