YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
Wat is YouTube Full Title For Videos?
YouTube Full Title For Videos is een Chrome-extensie ontwikkeld door kiman, en de belangrijkste functie is "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Full Title For Videos
Download YouTube Full Title For Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
Officiële URL | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Beschrijving | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Bestandsgrootte | 11.87 KB |
Aantal Installaties | 13,411 |
Huidige Versie | 0.3.6 |
Laatst Bijgewerkt | 2021-08-21 |
Publicatiedatum | 2019-11-08 |
Beoordeling | 4.73/5 Totaal 49 Beoordelingen |
Ontwikkelaar | kiman |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |