Mini Floating Player Only Firefox

Examine source code of Mini Floating Player Only

By: Phu
Inspect and view changes in Mini Floating Player Only source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mini Floating Player Only",
  "version": "1.0.0",
  "description": "Keep only a small floating video player and hide the rest of the page.",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Floating Player"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "minifloatingplayer@addon.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Mini Floating Player Only Alternatives

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