Examine source code of deyoutube

Inspect and view changes in deyoutube 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": "Deyoutube",
  "version": "0.12",
  "description": "Kill addiction to Youtube Feed",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "deyoutube.js"
      ]
    }
  ]
}