Video Player Online

Video Player Online

An easy-to-use and very lightweight video player for web video files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Video Player Online",
  "version": "1.0.7",
  "description": "An easy-to-use and very lightweight video player for web video files.",
  "action": {
    "default_icon": "icon/icon64.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icon/icon16.png",
    "64": "icon/icon64.png",
    "128": "icon/icon128.png"
  },
  "permissions": [],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "*://*/"
  ],
  "offline_enabled": true
}