Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
Was ist Disney+ PIP?
Disney+ PIP ist eine Chrome-Erweiterung, die von gurvin.anand entwickelt wurde, und ihr Hauptmerkmal ist "Enable Picture in Picture for Disney Plus Videos".
Erweiterungsscreenshots
Disney+ PIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disney+ 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
Disney Plus does not normally cooperate with the picture-in-picture chrome extension.
This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
| Offizielle URL | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
| Beschreibung | Enable Picture in Picture for Disney Plus Videos |
| Dateigröße | 6.92 KB |
| Installationsanzahl | 908 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2022-05-26 |
| Veröffentlichungsdatum | 2022-05-20 |
| Bewertung | 2.60/5 Insgesamt 5 Bewertungen |
| Entwickler | gurvin.anand |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Disney+ PIP",
"description": "Enable Picture in Picture for Disney Plus Videos",
"version": "0.0.0.1",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.disneyplus.com\/video\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |