Windowed - floating Youtube/every website Firefox

Examine source code of Windowed - floating Youtube/every website

Inspect and view changes in Windowed - floating Youtube/every website source codes across current and past versions
Vidego icon
Looking to download Vimeo videos? Try:
Please login to examine the extension's source code.
manifest.json
{
  "name": "Windowed - floating Youtube/every website",
  "short_name": "Windowed",
  "description": "Changes fullscreen buttons to go into a popup. Works for every website that uses fullscreen, including Youtube, Vimeo, Netflix",
  "developer": {
    "name": "Michiel Dral",
    "url": "https://dral.eu/"
  },
  "version": "31",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "{477dbe5e-1742-4641-a2c3-b6113bb5cf6e}"
    }
  },
  "browser_action": {
    "default_popup": "Popup/Popup.html",
    "default_icon": {
      "32": "/Images/Icon_Windowed_Mono@1x.png"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Vendor/browser-polyfill.min.js",
        "Content.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "Vendor/browser-polyfill.min.js",
      "Background/BackgroundEntry.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "Images/*",
    "script_to_insert_directly_into_page.js"
  ],
  "icons": {
    "16": "Icons/Icon_16.png",
    "32": "Icons/Icon_32.png",
    "64": "Icons/Icon_64.png",
    "128": "Icons/Icon_128.png"
  }
}

Best Windowed - floating Youtube/every website Alternatives

Here are some Firefox add-ons that are similar to Windowed - floating Youtube/every website: