Disney+ Hotstar's Subtitle Editor

Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…

Disney+ Hotstar's Subtitle Editor란 무엇입니까?

Disney+ Hotstar's Subtitle Editor은(는) kakigede에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Disney+ Hotstar's Subtitle Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. 

For those whose watching their hotstar in their television via hdmi cable and experiencing a little incovenience because of the default subtitle are too small, this is the extension for you.                    

확장 프로그램 기본 정보

이름 Disney+ Hotstar's Subtitle Editor Disney+ Hotstar's Subtitle Editor
ID npmapkgiaadjbidljilohekhlgakilim
공식 URL https://chromewebstore.google.com/detail/disney+-hotstars-subtitle/npmapkgiaadjbidljilohekhlgakilim
설명 Chrome Extension to Edit Disney+ Hotstar's Subtitle Font, both the size and font-family. For those whose watching their hotstar…
파일 크기 12.41 KB
설치 횟수 3,040
현재 버전 1.1
최근 업데이트 2021-07-03
출시 날짜 2020-12-28
평점 3.53/5 총 15 개의 평점
개발자 kakigede
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hellopik
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney+ Hotstar's Subtitle Editor",
    "version": "1.1",
    "description": "",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}