Youtube-Player Firefox

Examine source code of Youtube-Player

Inspect and view changes in Youtube-Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube-Player",
  "version": "0.32resigned1",
  "description": "Youtube video controller",
  "background": {
    "scripts": [
      "Scripts/BrowserMonitor.js"
    ]
  },
  "options_ui": {
    "page": "Settings/Options.html"
  },
  "applications": {
    "gecko": {
      "id": "YCtrl@track02.addons.mozilla.org"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "Scripts/PageListener.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Scripts/KeyListener.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/play_48.png",
    "default_title": "Youtube Controller",
    "default_popup": "Pages/YCtrl.html"
  }
}

Best Youtube-Player Alternatives

Here are some Firefox add-ons that are similar to Youtube-Player: