YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
O que é YouTube Full Title For Videos?
YouTube Full Title For Videos é uma extensão do Chrome desenvolvida por kiman, e sua principal característica é "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Full Title For Videos
Baixe arquivos de extensão YouTube Full Title For Videos 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
This extension shows the headlines of the video entirely without hiding them partially, as by default. It add a CSS that change height of title, so it is easier to use YouTube.com, because you can see all title and don't need to hover on a title to see it all. The plugin doesn't have any JS, just simple CSS.
Informações Básicas da Extensão
Nome | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
URL Oficial | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Descrição | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Tamanho do Arquivo | 11.87 KB |
Contagem de Instalações | 13,411 |
Versão Atual | 0.3.6 |
Última Atualização | 2021-08-21 |
Data de Publicação | 2019-11-08 |
Classificação | 4.73/5 Total de 49 Avaliações |
Desenvolvedor | kiman |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_short_chrome_extension_name__", "version": "0.3.6", "manifest_version": 2, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "style.css" ] } ] } |