youtube extra subscriptions Firefox

Examine source code of youtube extra subscriptions

By: FEES
Inspect and view changes in youtube extra subscriptions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "youtube extra subscriptions",
  "version": "1.1",
  "description": "Shows videos from non-subscribed channels in your subscription feed.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "128.png"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/feed/subscriptions*"
      ],
      "js": [
        "feed.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-extra-subs@example.com"
    }
  }
}

Best youtube extra subscriptions Alternatives

Here are some Firefox add-ons that are similar to youtube extra subscriptions: