YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
¿Qué es YouTube Full Title For Videos?
YouTube Full Title For Videos es una extensión de Chrome desarrollada por kiman, y su función principal es "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Full Title For Videos
Descarga archivos de extensión YouTube Full Title For Videos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
URL Oficial | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Descripción | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Tamaño del Archivo | 11.87 KB |
Cantidad de Instalaciones | 13,411 |
Versión Actual | 0.3.6 |
Última Actualización | 2021-08-21 |
Fecha de Publicación | 2019-11-08 |
Calificación | 4.73/5 Total de 49 Calificaciones |
Desarrollador | kiman |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |