Remove Sidebar and Next Videos - Youtube

Remove Sidebar and Next Videos - Youtube

So that kids have to type into search to find next video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Remove Sidebar and Next Videos - Youtube",
  "version": "0.1.0",
  "description": "So that kids have to type into search to find next video",
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ]
}