Enable PiP Mode Firefox

Examine source code of Enable PiP Mode

By: clef462 Add-on
Inspect and view changes in Enable PiP Mode source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enable PiP Mode",
  "version": "2.0",
  "description": "Adds a right-click context menu on the extension icon to toggle Picture-in-Picture on any site where PiP is allowed.",
  "permissions": [
    "menus",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Enable PiP Mode"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "enable-pip-mode@example.com"
    }
  }
}

Best Enable PiP Mode Alternatives

Here are some Firefox add-ons that are similar to Enable PiP Mode: