Youtube UnHooked

Youtube UnHooked

Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube UnHooked",
  "version": "0.9.8",
  "description": "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.",
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 3
}