Examine source code of YouTube Redirect

Inspect and view changes in YouTube Redirect 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 Redirect",
  "version": "1.0",
  "description": "Automatically redirects from YouTube's homepage to the subscriptions feed.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://www.youtube.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{954d5f5d-2919-46e4-bb3f-cd1b3d878461}"
    }
  }
}