Hulu PIP
Enable Picture in Picture for Hulu Videos
Cos'è Hulu PIP?
Hulu PIP è un'estensione di Chrome sviluppata da harmanand, e la sua funzione principale è "Enable Picture in Picture for Hulu Videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hulu PIP
Scarica i file di estensione Hulu PIP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hulu PIP |
ID | cjnnojbahbfmbhhpkcoihncbojdlhbnj |
URL Ufficiale | https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj |
Descrizione | Enable Picture in Picture for Hulu Videos |
Dimensione del File | 3.47 KB |
Conteggio Installazioni | 3,598 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-07-07 |
Data di Pubblicazione | 2021-07-07 |
Valutazione | 3.85/5 Totale 40 Valutazioni |
Sviluppatore | harmanand |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |