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
电子邮箱 [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"
    }
}