YouTube Subscription Redirect Firefox

Examine source code of YouTube Subscription Redirect

Inspect and view changes in YouTube Subscription Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "youtube-subscription-redirect",
  "version": "1.0",
  "description": "Redirects the main YouTube link to the subscriptions page instead of the homepage",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "redirect.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best YouTube Subscription Redirect Alternatives

Here are some Firefox add-ons that are similar to YouTube Subscription Redirect: