Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

Disney Plus Subtitle Preference란 무엇입니까?

Disney Plus Subtitle Preference은(는) iSaad97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the size and color of disney plus subtitle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Disney Plus Subtitle Preference 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}