YouTube Subscriptions Redirect Firefox

Examine source code of YouTube Subscriptions Redirect

Inspect and view changes in YouTube Subscriptions Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Subscriptions Redirect",
  "version": "1.2",
  "description": "Inspired by Pewdipie's video on improving subjective experience inside YouTube, this simple extension redirects the home page to the subscriptions feed.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-sub-redirect@yourdomain.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon-small.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best YouTube Subscriptions Redirect Alternatives

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