YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
Qu'est-ce que YouTube Full Title For Videos ?
YouTube Full Title For Videos est une extension Chrome développée par kiman, et sa fonction principale est "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Full Title For Videos
Téléchargez les fichiers d'extension YouTube Full Title For Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
URL Officiel | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Description | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Taille du Fichier | 11.87 KB |
Nombre d'Installations | 13,411 |
Version Actuelle | 0.3.6 |
Dernière Mise à Jour | 2021-08-21 |
Date de Publication | 2019-11-08 |
Évaluation | 4.73/5 Total 49 Évaluations |
Développeur | kiman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |