QuickPlay Mini Player Firefox

Examine source code of QuickPlay Mini Player

By: Chi
Inspect and view changes in QuickPlay Mini Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickPlay Mini Player",
  "version": "1.0",
  "description": "Open any video on the web in a floating mini player (picture-in-picture style).",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "QuickPlay Mini Player"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "quickplay-mini-player@amo.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best QuickPlay Mini Player Alternatives

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