Youtube controler Firefox

Examine source code of Youtube controler

By: thibsc
Inspect and view changes in Youtube controler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube controler",
  "version": "0.1",
  "description": "Control an existing youtube tab by this remote",
  "homepage_url": "https://github.com/thibsc/youtube-remote",
  "icons": {
    "48": "assets/icons/play-button.png"
  },
  "permissions": [
    "*://www.youtube.com/*",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "assets/icons/play-button.png",
    "default_title": "Youtube remote",
    "default_popup": "src/youtube_remote.html"
  },
  "web_accessible_resources": [
    "assets/js/youtube_getter.js"
  ]
}

Best Youtube controler Alternatives

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