PiP Unblocker

Unblock Picture-in-Picture functionality.

Vad är PiP Unblocker?

PiP Unblocker är en Chrome-tillägg utvecklad av Polywocker, och dess huvudfunktion är "Unblock Picture-in-Picture functionality.".

Tilläggsskärmbilder

screenshot

Ladda ner PiP Unblocker-förlängningens CRX-fil

Ladda ner PiP Unblocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PiP Unblocker PiP Unblocker
ID djjjomidddlggllpialpgkpnkdaeggfa
Officiell webbadress https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa
Beskrivning Unblock Picture-in-Picture functionality.
Filstorlek 8.22 KB
Antal Installationer 733
Aktuell Version 0.3
Senast Uppdaterad 2022-05-09
Publiceringsdatum 2020-04-17
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Polywocker
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/polywock/pipUnblocker
Stödda Språk 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"
        ]
    }
}