PiP Unblocker
Unblock Picture-in-Picture functionality.
Wat is PiP Unblocker?
PiP Unblocker is een Chrome-extensie ontwikkeld door Polywocker, en de belangrijkste functie is "Unblock Picture-in-Picture functionality.".
Extensie Screenshots
Download het CRX-bestand van de extensie PiP Unblocker
Download PiP Unblocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | djjjomidddlggllpialpgkpnkdaeggfa |
| Officiële URL | https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa |
| Beschrijving | Unblock Picture-in-Picture functionality. |
| Bestandsgrootte | 8.22 KB |
| Aantal Installaties | 733 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2022-05-09 |
| Publicatiedatum | 2020-04-17 |
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Polywocker |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/polywock/pipUnblocker |
| Ondersteunde Talen | 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"
]
}
} | |