Examine source code of Youtube Garbage Remover

Inspect and view changes in Youtube Garbage Remover source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Garbage Remover",
  "version": "1.0",
  "description": "Removes the Explore/Tending tab from Youtube",
  "icons": {
    "48": "icons/ytrm-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "ytrm.js"
      ]
    }
  ]
}