YouTube UI Controller Firefox

Examine source code of YouTube UI Controller

Inspect and view changes in YouTube UI Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Youtube UI Controller",
  "version": "1.0",
  "description": "A simple UI controller for Youtube focused on displaying the video you want.",
  "permissions": [
    "*://www.youtube.com/*",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Youtube UI Controller",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "logic.js"
      ]
    }
  ],
  "manifest_version": 2,
  "author": "Rishabh Ranjan Jha",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-ui-controller@rishabh-ranjan-jha"
    }
  },
  "icons": {
    "48": "img/icon48.jpg",
    "96": "img/icon96.jpg"
  }
}

Best YouTube UI Controller Alternatives

Here are some Firefox add-ons that are similar to YouTube UI Controller: