YouTube™ Tracklist Control Firefox

Examine source code of YouTube™ Tracklist Control

Inspect and view changes in YouTube™ Tracklist Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "2.7.3",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "YouTube™ Tracklist Control"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage",
    "tabs",
    "background",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch?v=*"
      ],
      "js": [
        "js/contentScript.js"
      ]
    }
  ],
  "commands": {
    "cmd_previous_track": {
      "suggested_key": {
        "default": "MediaPrevTrack"
      },
      "description": "Previous track",
      "global": true
    },
    "cmd_rewind": {
      "description": "Rewind 5 seconds",
      "global": true
    },
    "cmd_play_pause": {
      "suggested_key": {
        "default": "MediaPlayPause"
      },
      "description": "Play/pause",
      "global": true
    },
    "cmd_fast_forward": {
      "description": "Fast forward 5 seconds",
      "global": true
    },
    "cmd_next_track": {
      "suggested_key": {
        "default": "MediaNextTrack"
      },
      "description": "Next track",
      "global": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fcbce215-5491-49a8-843c-35779236d17b}"
    }
  }
}

Best YouTube™ Tracklist Control Alternatives

Here are some Firefox add-ons that are similar to YouTube™ Tracklist Control: