Youtube Video Player

Youtube Video Player

Youtube floating video. It allows you to watch Youtube videos wherever you want by shrinking them. Keeps the video on top.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": {
      "19": "assets/icon19.png",
      "38": "assets/icon38.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+P",
        "linux": "Alt+P",
        "mac": "Alt+P",
        "windows": "Alt+P"
      }
    }
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "assets/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "69.0.0",
  "name": "__MSG_appName__",
  "permissions": [
    "<all_urls>",
    "https://*/",
    "http://*/"
  ],
  "short_name": "Video Player",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4"
}