Scrollable Recommendations Firefox

Examine source code of Scrollable Recommendations

Inspect and view changes in Scrollable Recommendations source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Scrollable Recommendations",
  "version": "1.0",
  "description": "Makes YouTube recommendations seperately scrollable from the video.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch?v=*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4064404-df8e-4096-af07-c1f54c5944ea}"
    }
  }
}

Best Scrollable Recommendations Alternatives

Here are some Firefox add-ons that are similar to Scrollable Recommendations: