Disney Plus Subtitle Preference
Change the size and color of disney plus subtitle
ما هو Disney Plus Subtitle Preference؟
Disney Plus Subtitle Preference هو إضافة Chrome تم تطويرها بواسطة iSaad97، والميزة الرئيسية لها هي "Change the size and color of disney plus subtitle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disney Plus Subtitle Preference
قم بتنزيل ملفات الامتداد Disney Plus Subtitle Preference بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A plugin to change the subtitle preference for Disney plus platform
معلومات أساسية عن التمديد
الاسم | Disney Plus Subtitle Preference |
ID | ebggolcigohbpkbiphhblijpcagnmahn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn |
الوصف | Change the size and color of disney plus subtitle |
حجم الملف | 76.04 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2022-10-16 |
تاريخ النشر | 2022-06-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | iSaad97 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/iSaad97/Disney-Plus-Subtitle-Preference |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Subtitle Preference", "version": "0.0.2", "description": "Change the size and color of disney plus subtitle", "manifest_version": 3, "action": { "default_popup": ".\/index.html", "default_title": "Disney Plus Subtitle Preference" }, "icons": { "16": ".\/icons\/icon-72x72.png", "32": ".\/icons\/icon-96x96.png", "48": ".\/icons\/icon-128x128.png", "128": ".\/icons\/icon-144x144.png" }, "homepage_url": "https:\/\/github.com\/iSaad97\/Disney-plus-subtitle-changer", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "https:\/\/www.disneyplus.com\/*" ] } ], "permissions": [ "tabs" ] } |