YouTube Comment Remover
A very simple extension to hide all YouTube comments.
What is YouTube Comment Remover?
YouTube Comment Remover is a Chrome extension developed by Tim Stephani, and its main feature is "A very simple extension to hide all YouTube comments.".
Extension Screenshots
Download YouTube Comment Remover Extension CRX File
Download YouTube Comment Remover 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
After realizing how horrible the comments section of YouTube is, I decided to create this super simple extension to automatically hide them. Source available here: https://github.com/timmystephani/youtube_comment_remover History --------- v1.0 - First version
Extension Basic Information
Name | |
ID | nglipklighejjehapaodhmipldpljobp |
Official URL | https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp |
Description | A very simple extension to hide all YouTube comments. |
File Size | 33.33 KB |
Installation Count | 97 |
Current Version | 1.0 |
Last Updated | 2015-03-16 |
Publish Date | 2015-03-16 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Tim Stephani |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Remover", "description": "A very simple extension to hide all YouTube comments.", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.3.min.js", "main.js" ] } ] } |