Asto PiP

Asto PiP

While you are doing something else, watching the video will always be in sight!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2",
  "default_locale": "en",
  "name": "__MSG_name__",
  "description": "While you are doing something else, watching the video will always be in sight!",
  "icons": {
    "128": "img/ddd.png"
  },
  "background": {
    "page": "pupap.html"
  },
  "browser_action": {},
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "img/*.png"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "vivi/media/styles/koko.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ]
}