Better YouTube Subtitles

Adds more customization options to YouTube subtitles.

Co je Better YouTube Subtitles?

Better YouTube Subtitles je rozšíření Chrome vyvinuté 54ac, a jeho hlavní funkcí je „Adds more customization options to YouTube subtitles.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better YouTube Subtitles

Stáhněte si soubory rozšíření Better YouTube Subtitles ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Better YouTube Subtitles Better YouTube Subtitles
ID ponocngkmjmakpleolejgelipolkmalm
Oficiální URL https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm
Popis Adds more customization options to YouTube subtitles.
Velikost souboru 15.02 KB
Počet instalací 70
Aktuální Verze 1.1.7
Poslední Aktualizace 2024-02-13
Datum Vydání 2023-07-06
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář 54ac
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/54ac/yt-subtitles/
Podporované Jazyky 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"
    }
}