Minimal Playback Overlay Firefox

Examine source code of Minimal Playback Overlay

By: Ray Add-on
Inspect and view changes in Minimal Playback Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Minimal Playback Overlay (FocusBar)",
  "version": "1.0.0",
  "description": "Replace cluttered video overlays with a minimal play/pause and time bar on hover.",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "focusbar.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focusbar@addon.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Minimal Playback Overlay Alternatives

Here are some Firefox add-ons that are similar to Minimal Playback Overlay: