Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
What is Youtube - Noise Control?
Youtube - Noise Control is a Chrome extension developed by Anders Moberg, and its main feature is "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
Download Youtube - Noise Control Extension CRX File
Download Youtube - Noise Control 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
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.
Extension Basic Information
Name | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
Official URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
Description | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
File Size | 3.3 KB |
Installation Count | 51 |
Current Version | 0.11 |
Last Updated | 2016-12-14 |
Publish Date | 2016-12-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Anders Moberg |
Payment Type | free |
Extension Website | http://a-moberg.com/ |
Help Page URL | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube - Noise Control", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "youtube.css" ] } ] } |