Disney Plus Plus
Extension for Disney+ to improve experience.
ما هو Disney Plus Plus؟
Disney Plus Plus هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Extension for Disney+ to improve experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disney Plus Plus
قم بتنزيل ملفات الامتداد Disney Plus Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Display trailers. - Fullscreen on double click. If you have any suggestion to improve, you can write me an email to: [email protected]
معلومات أساسية عن التمديد
الاسم | Disney Plus Plus |
ID | kclkgabmccnlojaaopdbpbplkpmjfobh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disney-plus-plus/kclkgabmccnlojaaopdbpbplkpmjfobh |
الوصف | Extension for Disney+ to improve experience. |
حجم الملف | 2.97 MB |
عدد التثبيتات | 273 |
النسخة الحالية | 1.2.5 |
آخر تحديث | 2023-05-31 |
تاريخ النشر | 2022-10-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Developer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Plus", "description": "Extension for Disney+ to improve experience.", "version": "1.2.5", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Disney Plus Plus", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "105", "content_scripts": [ { "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "http:\/\/www.apps.disneyplus.com\/*" ], "css": [ "contentStyle.css" ], "js": [ "contentScripts.js" ] } ], "options_page": "options\/index.html?page=options", "permissions": [ "storage" ] } |