Disney+ PIP
Adds Picture-in-Picture (PIP) support for Disney+
ما هو Disney+ PIP؟
Disney+ PIP هو إضافة Chrome تم تطويرها بواسطة https://victorwesterlund.com، والميزة الرئيسية لها هي "Adds Picture-in-Picture (PIP) support for Disney+".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disney+ PIP
قم بتنزيل ملفات الامتداد Disney+ PIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Very simple extension that adds a PIP toggle button to Disney+ in the browser.
Source code: https://github.com/VictorWesterlund/disneyplus-pip معلومات أساسية عن التمديد
| الاسم | |
| ID | mjncaeojcjldpplapjioikobkgedockm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm |
| الوصف | Adds Picture-in-Picture (PIP) support for Disney+ |
| حجم الملف | 4.28 KB |
| عدد التثبيتات | 3,717 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2023-12-19 |
| تاريخ النشر | 2022-03-22 |
| تقييم | 3.70/5 مجموع تقييمات 23 |
| المطور | https://victorwesterlund.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/VictorWesterlund/disneyplus-pip |
| عنوان صفحة سياسة الخصوصية | https://victorwesterlund.github.io/disneyplus-pip/privacy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disney+ PIP",
"description": "Adds Picture-in-Picture (PIP) support for Disney+",
"version": "1.3",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.disneyplus.com\/*"
],
"js": [
"assets\/js\/script.js"
]
}
]
} | |