PiP Unblocker
Unblock Picture-in-Picture functionality.
What is PiP Unblocker?
PiP Unblocker is a Chrome extension developed by Polywocker, and its main feature is "Unblock Picture-in-Picture functionality.".
Extension Screenshots
Download PiP Unblocker Extension CRX File
Download PiP Unblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Unblock PiP functionality by clearing associated Feature-Policy headers. Compatible with Youtube TV and more. Source code: https://github.com/polywock/pipUnblocker Privacy policy: https://github.com/polywock/pipUnblocker/blob/master/PRIVACY_POLICY.md If you're only going to use this extension for a specific website or two. I recommend going to that website, right click the extension icon, and limit the extension's Site Access to only that website.
Extension Basic Information
Name | PiP Unblocker |
ID | djjjomidddlggllpialpgkpnkdaeggfa |
Official URL | https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa |
Description | Unblock Picture-in-Picture functionality. |
File Size | 8.22 KB |
Installation Count | 733 |
Current Version | 0.3 |
Last Updated | 2022-05-09 |
Publish Date | 2020-04-17 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Polywocker |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/polywock/pipUnblocker |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP Unblocker", "version": "0.3", "description": "Unblock Picture-in-Picture functionality.", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |