YouTube Popout

YouTube Popout

App to Popout youtube video and make it visible even when you are not on youtube.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Popout",
  "description": "App to Popout youtube video and make it visible even when you are not on youtube.com",
  "manifest_version": 2,
  "version": "3.0",
  "permissions": [
    "alwaysOnTopWindows",
    "webview"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "drawables/icon.png"
  }
}