Full Screen for Google Chrome 2.0

Full Screen for Google Chrome 2.0

Turn to full-screen while watching a video/movie in one single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Full Screen for Google Chrome 2.0",
  "description": "Turn to full-screen while watching a video/movie in one single click.",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "logo/logo-16-new.png",
    "128": "logo/logo-128-new.png"
  },
  "action": {},
  "background": {
    "service_worker": "./background.js"
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}