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ファイルをダウンロード

Better YouTube Subtitles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}