Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
O que é Better YouTube Subtitles?
Better YouTube Subtitles é uma extensão do Chrome desenvolvida por 54ac, e sua principal característica é "Adds more customization options to YouTube subtitles.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better YouTube Subtitles
Baixe arquivos de extensão Better YouTube Subtitles no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
URL Oficial | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
Descrição | Adds more customization options to YouTube subtitles. |
Tamanho do Arquivo | 15.02 KB |
Contagem de Instalações | 70 |
Versão Atual | 1.1.7 |
Última Atualização | 2024-02-13 |
Data de Publicação | 2023-07-06 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | 54ac |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/54ac/yt-subtitles/ |
Idiomas Suportados | 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" } } |