Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture for Videos", "version": "1.1", "description": "Picture in Picture for floating video from any site", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ], "icons": { "128": "pip-dark128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "pip.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "bg.js" }, "action": { "default_icon": "pip-dark128.png", "default_title": "Picture in Picture for Videos" }, "manifest_version": 3 }