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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney Plus Subtitle Preference

ดาวน์โหลดไฟล์ส่วนขยาย Disney Plus Subtitle Preference ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A plugin to change the subtitle preference for Disney plus platform                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disney Plus Subtitle Preference 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"
    ]
}