YouTube Subscription Activity Firefox

Examine source code of YouTube Subscription Activity

Inspect and view changes in YouTube Subscription Activity source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Subscription Activity",
  "version": "1.1.1",
  "description": "[YSA] Retrieve the last uploaded video date for each subscribed channel on YouTube.",
  "permissions": [
    "activeTab",
    "https://www.youtube.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/feed/channels"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d84c39d4-ad9d-4a9c-b733-c872d8efa9b6}"
    }
  }
}

Best YouTube Subscription Activity Alternatives

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