SimpleYoutube

Get a stressfree youtube experience!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "SimpleYoutube",
  "version": "0.0.0.1",
  "description": "Get a stressfree youtube experience!",
  "content_scripts": [
    {
      "css": [
        "hide_content.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ]
}