PiP Unblocker

Unblock Picture-in-Picture functionality.

Was ist PiP Unblocker?

PiP Unblocker ist eine Chrome-Erweiterung, die von Polywocker entwickelt wurde, und ihr Hauptmerkmal ist "Unblock Picture-in-Picture functionality.".

Erweiterungsscreenshots

screenshot

PiP Unblocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie PiP Unblocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PiP Unblocker PiP Unblocker
ID djjjomidddlggllpialpgkpnkdaeggfa
Offizielle URL https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa
Beschreibung Unblock Picture-in-Picture functionality.
Dateigröße 8.22 KB
Installationsanzahl 733
Aktuelle Version 0.3
Letztes Update 2022-05-09
Veröffentlichungsdatum 2020-04-17
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Polywocker
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/polywock/pipUnblocker
Unterstützte Sprachen 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"
        ]
    }
}