Floating Player

Floating Player

Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Floating Player",
  "version": "3.9",
  "content_security_policy": "script-src 'self' https://www.youtube.com https://s.ytimg.com 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_icon": "img/16.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "management"
  ]
}