Better Hulu PiP
Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
Cos'è Better Hulu PiP?
Better Hulu PiP è un'estensione di Chrome sviluppata da Anthony Baldwin, e la sua funzione principale è "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Hulu PiP
Scarica i file di estensione Better 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 prevents Chrome's picture-in-picture (PiP) feature. This extension re-enables w/ play/pause, forward/backward seek, next episode, and restart episode controls. There is no previous episode button on Hulu. Captions will not display w/in PiP. Informazioni di Base sull'Estensione
| Nome | |
| ID | feeolchckomhbfagmgomdkncibjpedhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh |
| Descrizione | Enable picture-in-picture (PiP) & browser playback controls for Hulu videos. |
| Dimensione del File | 26.37 KB |
| Conteggio Installazioni | 387 |
| Versione Corrente | 0.0.0.3 |
| Ultimo Aggiornamento | 2022-05-24 |
| Data di Pubblicazione | 2022-05-17 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Anthony Baldwin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/anthonybaldwin/better-hulu-pip |
| URL della Pagina di Aiuto | https://github.com/anthonybaldwin/better-hulu-pip/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better Hulu PiP",
"description": "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.",
"version": "0.0.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.hulu.com\/watch\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |