Long Playlist Fix Firefox

Examine source code of Long Playlist Fix

Inspect and view changes in Long Playlist Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Long Playlist Fix",
  "version": "1.0",
  "description": "YouTube currently has a bug where playlists will not autoplay if the video index is over 300. This is a simple fix that clicks on the play-next button once such a video is finished",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch?v=*&list=*&index=*"
      ],
      "js": [
        "content_scripts/click_button.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3da75204-a010-4e12-afe0-469e6661cc6b}"
    }
  }
}

Best Long Playlist Fix Alternatives

Here are some Firefox add-ons that are similar to Long Playlist Fix: