PiP Unblocker

Unblock Picture-in-Picture functionality.

Apa itu PiP Unblocker?

PiP Unblocker adalah ekstensi Chrome yang dikembangkan oleh Polywocker, dan fitur utamanya adalah "Unblock Picture-in-Picture functionality.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PiP Unblocker

Unduh file ekstensi PiP Unblocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PiP Unblocker PiP Unblocker
ID djjjomidddlggllpialpgkpnkdaeggfa
URL Resmi https://chromewebstore.google.com/detail/pip-unblocker/djjjomidddlggllpialpgkpnkdaeggfa
Deskripsi Unblock Picture-in-Picture functionality.
Ukuran File 8.22 KB
Jumlah Instalasi 733
Versi Saat Ini 0.3
Terakhir Diperbarui 2022-05-09
Tanggal Publikasi 2020-04-17
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Polywocker
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/polywock/pipUnblocker
Bahasa yang Didukung 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"
        ]
    }
}