Youtube Zen Firefox

Examine source code of Youtube Zen

By: Stevox
Inspect and view changes in Youtube Zen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Zen",
  "version": "2.0.1",
  "description": "Hides or shows the Youtube video controls.",
  "homepage_url": "https://github.com/Stevox404/youtube-zen",
  "icons": {
    "48": "icons/zen-min-48.png",
    "96": "icons/zen-min-96.png"
  },
  "permissions": [
    "activeTab",
    "*://*.youtube.com/*"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/zen-min-96.png",
    "default_title": "Youtube Zen",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "js": [
        "zen.js"
      ],
      "css": [
        "zen.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7f5dbd00-a296-4696-aebb-06a992c1b4cf}"
    }
  }
}

Best Youtube Zen Alternatives

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