Mini Video Player Firefox

Examine source code of Mini Video Player

Inspect and view changes in Mini Video Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Mini Video Player",
  "version": "1.0",
  "description": "Watch videos in a floating mini player while browsing.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mini-video-player@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Mini Video Player Alternatives

Here are some Firefox add-ons that are similar to Mini Video Player: