Examine source code of Video Player for Local Files

Inspect and view changes in Video Player for Local Files source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.0",
  "author": "Guokai Han",
  "manifest_version": 3,
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {},
  "background": {
    "service_worker": "sw.js"
  }
}