Floating Player VM Firefox

Examine source code of Floating Player VM

Inspect and view changes in Floating Player VM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Floating Player",
  "version": "1.3",
  "description": "Pop any page video into a draggable floating mini player or Picture-in-Picture. Keyboard shortcut and context menu included.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "icons/logo_128.png",
    "default_title": "Floating Player",
    "default_popup": "options.html"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "commands": {
    "toggle_floating_player": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Toggle Floating Player on current page"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d043f86c-8753-4ef2-8677-7a4214e64562}"
    }
  }
}

Best Floating Player VM Alternatives

Here are some Firefox add-ons that are similar to Floating Player VM: