Better Hulu PiP
Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.
Hvad er Better Hulu PiP?
Better Hulu PiP er en Chrome-udvidelse udviklet af Anthony Baldwin, og dens hovedfunktion er "Enable picture-in-picture (PiP) & browser playback controls for Hulu videos.".
Udvidelsesskærmbilleder
Download Better Hulu PiP-udvidelses-CRX-fil
Download Better Hulu PiP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | feeolchckomhbfagmgomdkncibjpedhh |
| Officiel URL | https://chromewebstore.google.com/detail/better-hulu-pip/feeolchckomhbfagmgomdkncibjpedhh |
| Beskrivelse | Enable picture-in-picture (PiP) & browser playback controls for Hulu videos. |
| Filstørrelse | 26.37 KB |
| Antal Installationer | 387 |
| Nuværende Version | 0.0.0.3 |
| Senest Opdateret | 2022-05-24 |
| Udgivelsesdato | 2022-05-17 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Anthony Baldwin |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/anthonybaldwin/better-hulu-pip |
| Hjælpeside-URL | https://github.com/anthonybaldwin/better-hulu-pip/issues |
| Understøttede Sprog | 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"
}
} | |