Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 24, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "__MSG_app_short_name__", "version": "1.0.0", "default_locale": "en", "author": "PiP Player Dev", "icons": { "32": "\/img\/logo\/32.png", "64": "\/img\/logo\/64.png", "128": "\/img\/logo\/128.png", "256": "\/img\/logo\/256.png", "512": "\/img\/logo\/512.png" }, "action": { "default_icon": { "16": "\/img\/icon\/16.png", "24": "\/img\/icon\/24.png", "32": "\/img\/icon\/32.png", "64": "\/img\/icon\/64.png", "128": "\/img\/icon\/128.png", "256": "\/img\/icon\/256.png", "512": "\/img\/icon\/512.png" }, "default_title": "__MSG_app_title__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/youtube.content.js" ], "css": [ "css\/youtube.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "js\/netflix.content.js" ], "css": [ "css\/netflix.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "js\/twitch.content.js" ], "css": [ "css\/twitch.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.primevideo.com\/*" ], "js": [ "js\/primevideo.content.js" ], "css": [ "css\/primevideo.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.watch.plex.tv\/*" ], "js": [ "js\/plex.content.js" ], "css": [ "css\/plex.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/tubitv.com\/*" ], "js": [ "js\/tubitv.content.js" ], "css": [ "css\/tubitv.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.max.com\/*" ], "js": [ "js\/max.content.js" ], "css": [ "css\/max.content.css" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/facebook.content.js" ], "css": [ "css\/facebook.content.css" ], "all_frames": true, "run_at": "document_idle" } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "scripting", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "img\/icons\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "img\/services\/youtube\/*" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "resources": [ "img\/services\/netflix\/*" ], "matches": [ "*:\/\/*.netflix.com\/*" ] }, { "resources": [ "img\/services\/twitch\/*" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] }, { "resources": [ "img\/services\/primevideo\/*" ], "matches": [ "*:\/\/*.primevideo.com\/*" ] }, { "resources": [ "img\/services\/plex\/*" ], "matches": [ "*:\/\/*.watch.plex.tv\/*" ] }, { "resources": [ "img\/services\/max\/*" ], "matches": [ "*:\/\/*.max.com\/*" ] }, { "resources": [ "img\/services\/tubitv\/*" ], "matches": [ "*:\/\/tubitv.com\/*" ] }, { "resources": [ "img\/services\/facebook\/*" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "commands": { "toggle": { "suggested_key": { "mac": "Command+Shift+P", "windows": "Shift+Alt+P" }, "description": "__MSG_shortcut_description__" } } }