Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
Was ist Better YouTube Subtitles?
Better YouTube Subtitles ist eine Chrome-Erweiterung, die von 54ac entwickelt wurde, und ihr Hauptmerkmal ist "Adds more customization options to YouTube subtitles.".
Erweiterungsscreenshots
Better YouTube Subtitles-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better YouTube Subtitles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
Offizielle URL | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
Beschreibung | Adds more customization options to YouTube subtitles. |
Dateigröße | 15.02 KB |
Installationsanzahl | 70 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2024-02-13 |
Veröffentlichungsdatum | 2023-07-06 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | 54ac |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/54ac/yt-subtitles/ |
Unterstützte Sprachen | 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" } } |