Picture in Picture

Picture in Picture

Watch video always in floating window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "ghafiople.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "oplituMopasd.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "hjnasmog.png"
  },
  "name": "__MSG_appName__",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "version": "1.6",
  "web_accessible_resources": [
    "*.png"
  ]
}