NativeVideoPlayer

NativeVideoPlayer

Native Video Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NativeVideoPlayer",
  "version": "1.0.5",
  "description": "Native Video Player",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "*://*/*"
  ],
  "manifest_version": 2
}