Hulu PIP

Enable Picture in Picture for Hulu Videos

Apa itu Hulu PIP?

Hulu PIP adalah ekstensi Chrome yang dikembangkan oleh harmanand, dan fitur utamanya adalah "Enable Picture in Picture for Hulu Videos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hulu PIP

Unduh file ekstensi Hulu PIP 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

                        Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.                    

Informasi Dasar Ekstensi

Nama Hulu PIP Hulu PIP
ID cjnnojbahbfmbhhpkcoihncbojdlhbnj
URL Resmi https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj
Deskripsi Enable Picture in Picture for Hulu Videos
Ukuran File 3.47 KB
Jumlah Instalasi 3,598
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2021-07-07
Tanggal Publikasi 2021-07-07
Penilaian 3.85/5 Total 40 Penilaian
Pengembang harmanand
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu PIP",
    "description": "Enable Picture in Picture for Hulu Videos",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/watch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}