Focused Youtube

Focused Youtube

Removes related videos, comments, and more so that you can browse YouTube distraction free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Focused Youtube",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Removes related videos, comments, and more so that you can browse YouTube distraction free.",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "http://www.youtube.com/*"
      ],
      "css": [
        "mycss.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Focused Youtube",
    "default_icon": "icon.png"
  }
}