Youtube-No-Suggestions

Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Removes suggested videos from the Youtube interface.",
  "manifest_version": 2,
  "name": "Youtube-No-Suggestions",
  "version": "1.0",
  "homepage_url": "https://github.com/mbrown1413/Youtube-No-Suggest",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "remove_suggestions.css"
      ]
    }
  ]
}