Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
ما هو Disney+ PIP؟
Disney+ PIP هو إضافة Chrome تم تطويرها بواسطة gurvin.anand، والميزة الرئيسية لها هي "Enable Picture in Picture for Disney Plus Videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disney+ PIP
قم بتنزيل ملفات الامتداد Disney+ PIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
| الوصف | Enable Picture in Picture for Disney Plus Videos |
| حجم الملف | 6.92 KB |
| عدد التثبيتات | 908 |
| النسخة الحالية | 0.0.0.1 |
| آخر تحديث | 2022-05-26 |
| تاريخ النشر | 2022-05-20 |
| تقييم | 2.60/5 مجموع تقييمات 5 |
| المطور | gurvin.anand |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
]
} | |