Better Hulu PiP
Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
Wat is Better Hulu PiP?
Better Hulu PiP is een Chrome-extensie ontwikkeld door Anthony Baldwin, en de belangrijkste functie is "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Hulu PiP
Download Better Hulu PiP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Better Hulu PiP |
ID | feeolchckomhbfagmgomdkncibjpedhh |
Officiële URL | https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh |
Beschrijving | Enable picture-in-picture (PiP) & browser playback controls for Hulu videos. |
Bestandsgrootte | 26.37 KB |
Aantal Installaties | 387 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2022-05-24 |
Publicatiedatum | 2022-05-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Anthony Baldwin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/anthonybaldwin/better-hulu-pip |
Help Pagina-URL | https://github.com/anthonybaldwin/better-hulu-pip/issues |
Ondersteunde Talen | 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" } } |