Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
Vad är Disney+ PIP?
Disney+ PIP är en Chrome-tillägg utvecklad av gurvin.anand, och dess huvudfunktion är "Enable Picture in Picture for Disney Plus Videos".
Tilläggsskärmbilder
Ladda ner Disney+ PIP-förlängningens CRX-fil
Ladda ner Disney+ PIP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
| Officiell webbadress | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
| Beskrivning | Enable Picture in Picture for Disney Plus Videos |
| Filstorlek | 6.92 KB |
| Antal Installationer | 908 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2022-05-26 |
| Publiceringsdatum | 2022-05-20 |
| Betyg | 2.60/5 Totalt 5 Betyg |
| Utvecklare | gurvin.anand |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |