External Video Player

External Video Player

Open any video with your favorite Android video player! Thanks to this extension you will be able to open online videos with any native video player like VLC, MxPlayer, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "External Video Player",
  "version": "2.0.2resigned1",
  "description": "Open HTML5 videos on Android with any video player like VLC, MxPlayer, etc.",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "external-video-player.svg",
    "default_title": "Play video externally"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}