uView Floating Player - Picture in Picture

uView Floating Player - Picture in Picture

Watch Youtube video and more in a floating window Picture in Picture (PIP) on top of any other application while multitasking or gaming on PC. Say goodbye to alt-tabbing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "short_name": "uView Player Extension",
  "name": "__MSG_extensionName__",
  "version": "5.1.1",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "assets/icons/icon16.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "webRequest",
    "webNavigation",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "a799fcf7412871bd31ac.js",
      "76963d8230b3e965534a.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "07b3995b099d0fd10997.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/**/*"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e8472924-33ba-40fe-95c0-7d68a3224beb}"
    }
  }
}