WebPage video player

WebPage video player

Always on top video player extensions lets you play any video on web page in external player while you get ability to put it always…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebPage video player",
  "version": "1.2",
  "minimum_chrome_version": "35",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "fullscreen",
    "alwaysOnTopWindows",
    "storage"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  }
}