YoutubeFeed Firefox

Examine source code of YoutubeFeed

Inspect and view changes in YoutubeFeed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Add a feed to Youtube in the style of Twitter. You can choose to follow people and their watched videos will appear in your feed",
  "manifest_version": 2,
  "name": "YoutubeFeed",
  "version": "1.0",
  "homepage_url": "https://github.com/TheGreatRambler/YoutubeFeed",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

Best YoutubeFeed Alternatives

Here are some Firefox add-ons that are similar to YoutubeFeed: