Playlist Overview for YouTube™

Playlist Overview for YouTube™

Redirects clicks on a youtube playlist's title to the playlist overview, instead of the first video of the playlist..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Playlist Overview for YouTube™",
  "short_name": "YT Playlist Overview",
  "version": "1.0.4",
  "description": "Redirects clicks on a youtube playlist's title to the playlist overview, instead of the first video of the playlist..",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "ytpr.js"
      ]
    }
  ]
}