Full screen your Videos

Full screen your Videos

Watch your videos in full screen with one click on the full screen button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "icons/icons8-analyze-16.png",
    "32": "icons/icons8-analyze-32.png",
    "48": "icons/icons8-analyze-48.png",
    "64": "icons/icons8-analyze-64.png",
    "128": "icons/icons8-analyze-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "icons/icons8-analyze-16.png",
      "32": "icons/icons8-analyze-32.png",
      "48": "icons/icons8-analyze-48.png",
      "64": "icons/icons8-analyze-64.png",
      "128": "icons/icons8-analyze-128.png"
    }
  },
  "homepage_url": "https://fullscreen-page.freeonlineapps.net"
}