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) always on top while doing any activity or gaming on PC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "uView Extension",
  "name": "__MSG_extensionName__",
  "version": "5.1.2",
  "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": [
      "f6528ad02172024f1e94.js",
      "b0fdf3d3aa34bc6ca526.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "7b024133bd63701727b7.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/**/*"
  ],
  "browser_action": {
    "default_popup": "index.html"
  }
}