PiP Unblocker

Unblock Picture-in-Picture functionality.

Qu'est-ce que PiP Unblocker ?

PiP Unblocker est une extension Chrome développée par Polywocker, et sa fonction principale est "Unblock Picture-in-Picture functionality.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PiP Unblocker

Téléchargez les fichiers d'extension PiP Unblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PiP Unblocker PiP Unblocker
ID djjjomidddlggllpialpgkpnkdaeggfa
URL Officiel https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa
Description Unblock Picture-in-Picture functionality.
Taille du Fichier 8.22 KB
Nombre d'Installations 733
Version Actuelle 0.3
Dernière Mise à Jour 2022-05-09
Date de Publication 2020-04-17
Évaluation 4.20/5 Total 5 Évaluations
Développeur Polywocker
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/polywock/pipUnblocker
Langues Prises en Charge 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"
        ]
    }
}