RemoveFromPlaylistShortcutYT Firefox

Examine source code of RemoveFromPlaylistShortcutYT

By: Chepaki
Inspect and view changes in RemoveFromPlaylistShortcutYT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RemoveFromPlaylistShortcut",
  "version": "1.0",
  "description": "Automatically adds 'Remove from Playlist' buttons on YouTube playlist pages.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0a75de4a-7ef0-418c-ae9d-d7befae266a2}"
    }
  }
}

Best RemoveFromPlaylistShortcutYT Alternatives

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