YouTube Custom Controls Firefox

Examine source code of YouTube Custom Controls

Inspect and view changes in YouTube Custom Controls source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Custom Controls",
  "version": "1.4.2",
  "description": "Adds custom controls for YouTube videos.",
  "permissions": [
    "storage",
    "tabs",
    "https://*.youtube.com/*",
    "http://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "http://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b90dda1-7e91-4dd7-b1ca-b7c7ce04daec}"
    }
  }
}

Best YouTube Custom Controls Alternatives

Here are some Firefox add-ons that are similar to YouTube Custom Controls: