YouTube Control Hider Firefox

Examine source code of YouTube Control Hider

Inspect and view changes in YouTube Control Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Control Hider",
  "version": "2.0",
  "description": "Hide YouTube playback controls with Shift+H shortcut",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "commands": {
    "toggle-controls": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Toggle YouTube playback controls"
    }
  },
  "icons": {
    "48": "cropped_youtube_icon.png",
    "128": "cropped_youtube_icon(2).png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{75e278c2-27e0-4f29-b2d3-26a4c5cb6a9d}"
    }
  }
}

Best YouTube Control Hider Alternatives

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