Popout Video Player

Popout Video Player

Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Popout Video Player",
  "version": "1.0",
  "author": "Samuel PEAN",
  "description": "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon-128.png",
    "default_title": "Popout Video Player"
  },
  "permissions": [
    "tabs"
  ]
}