Hulu PIP
Enable Picture in Picture for Hulu Videos
Was ist Hulu PIP?
Hulu PIP ist eine Chrome-Erweiterung, die von harmanand entwickelt wurde, und ihr Hauptmerkmal ist "Enable Picture in Picture for Hulu Videos".
Erweiterungsscreenshots
Hulu PIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hulu PIP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjnnojbahbfmbhhpkcoihncbojdlhbnj |
| Offizielle URL | https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj |
| Beschreibung | Enable Picture in Picture for Hulu Videos |
| Dateigröße | 3.47 KB |
| Installationsanzahl | 3,598 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2021-07-07 |
| Veröffentlichungsdatum | 2021-07-07 |
| Bewertung | 3.85/5 Insgesamt 40 Bewertungen |
| Entwickler | harmanand |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/"
]
} | |