YouTube Tabs → Playlist Firefox

Examine source code of YouTube Tabs → Playlist

By: image29
Inspect and view changes in YouTube Tabs → Playlist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Tabs → Playlist",
  "version": "0.2",
  "description": "Collect YouTube tabs into a playlist and close them.",
  "permissions": [
    "tabs",
    "*://*.youtube.com/*",
    "*://youtu.be/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "YouTube Tabs → Playlist",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-tabs-playlist@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Tabs → Playlist Alternatives

Here are some Firefox add-ons that are similar to YouTube Tabs → Playlist: