YouTube RSS Finder Firefox

Examine source code of YouTube RSS Finder

Inspect and view changes in YouTube RSS Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube RSS Finder",
  "author": "Teddy Gustiaux",
  "version": "1.3.0",
  "description": "__MSG_manifest_extension_description__",
  "homepage_url": "https://github.com/teddy-gustiaux/youtube-rss-finder",
  "default_locale": "en",
  "permissions": [
    "https://www.youtube.com/*",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "page_action": {
    "default_title": "__MSG_page_action_title__",
    "default_icon": {
      "16": "icons/logo/youtube-rss-finder-16.png",
      "24": "icons/logo/youtube-rss-finder-24.png",
      "32": "icons/logo/youtube-rss-finder-32.png",
      "48": "icons/logo/youtube-rss-finder-48.png",
      "64": "icons/logo/youtube-rss-finder-64.png",
      "96": "icons/logo/youtube-rss-finder-96.png",
      "128": "icons/logo/youtube-rss-finder-128.png",
      "256": "icons/logo/youtube-rss-finder-256.png",
      "512": "icons/logo/youtube-rss-finder-512.png",
      "1024": "icons/logo/youtube-rss-finder-1024.png"
    },
    "browser_style": true
  },
  "icons": {
    "16": "icons/logo/youtube-rss-finder-16.png",
    "24": "icons/logo/youtube-rss-finder-24.png",
    "32": "icons/logo/youtube-rss-finder-32.png",
    "48": "icons/logo/youtube-rss-finder-48.png",
    "64": "icons/logo/youtube-rss-finder-64.png",
    "96": "icons/logo/youtube-rss-finder-96.png",
    "128": "icons/logo/youtube-rss-finder-128.png",
    "256": "icons/logo/youtube-rss-finder-256.png",
    "512": "icons/logo/youtube-rss-finder-512.png",
    "1024": "icons/logo/youtube-rss-finder-1024.png"
  },
  "background": {
    "scripts": [
      "lib/Utils.js",
      "lib/FeedBuilder.js",
      "lib/EventManager.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "lib/Utils.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "youtube-rss-finder@gustiaux.com",
      "strict_min_version": "57.0"
    }
  }
}

Best YouTube RSS Finder Alternatives

Here are some Firefox add-ons that are similar to YouTube RSS Finder: