Youtube - Noise Control

Youtube - Noise Control

This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…

Additional files are visible only to premium users

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"
      ]
    }
  ]
}