Better YouTube Subtitles

Adds more customization options to YouTube subtitles.

Better YouTube Subtitles란 무엇입니까?

Better YouTube Subtitles은(는) 54ac에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds more customization options to YouTube subtitles."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better YouTube Subtitles 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds more customization options to YouTube subtitles. It is fully compatible with existing YouTube subtitles, as it merely changes their appearance using CSS and does not replace them.

Access the options either as you normally would in the browser or by clicking the "Advanced" button in the subtitle options menu in the YouTube player, mess around with the options, refresh any opened YouTube pages, and enjoy.

Please note that the text stroke option is not supported by Chrome.                    

확장 프로그램 기본 정보

이름 Better YouTube Subtitles Better YouTube Subtitles
ID ponocngkmjmakpleolejgelipolkmalm
공식 URL https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm
설명 Adds more customization options to YouTube subtitles.
파일 크기 15.02 KB
설치 횟수 70
현재 버전 1.1.7
최근 업데이트 2024-02-13
출시 날짜 2023-07-06
평점 3.50/5 총 2 개의 평점
개발자 54ac
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/54ac/yt-subtitles/
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube Subtitles",
    "version": "1.1.7",
    "description": "__MSG_extText__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.e80e370b.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "options_ui": {
        "page": "options.e85c3684.html"
    },
    "background": {
        "service_worker": "background.ea98cbe0.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.3eb7af92.png",
        "96": "icon-96.ffa96924.png"
    }
}