Full Viewport Video Player Firefox

Examine source code of Full Viewport Video Player

Inspect and view changes in Full Viewport Video Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Full Viewport Video Player",
  "version": "1.0",
  "description": "Toggle the first video element between default and full viewport modes",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "Toggle Video Viewport"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "styles/general.css"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://*.youtube.com/*"
      ],
      "css": [
        "styles/youtube.css"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://*.rumble.com/*"
      ],
      "css": [
        "styles/rumble.css"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://*.substack.com/*"
      ],
      "css": [
        "styles/substack.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "commands": {
    "toggle-video": {
      "description": "Toggle video viewport mode",
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+F"
      }
    }
  },
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "full-viewport-video-player@mikeyaworski.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Full Viewport Video Player Alternatives

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