YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
Hvad er YouTube Full Title For Videos?
YouTube Full Title For Videos er en Chrome-udvidelse udviklet af kiman, og dens hovedfunktion er "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Udvidelsesskærmbilleder
Download YouTube Full Title For Videos-udvidelses-CRX-fil
Download YouTube Full Title For Videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
Officiel URL | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Beskrivelse | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Filstørrelse | 11.87 KB |
Antal Installationer | 13,411 |
Nuværende Version | 0.3.6 |
Senest Opdateret | 2021-08-21 |
Udgivelsesdato | 2019-11-08 |
Bedømmelse | 4.73/5 Samlet 49 Bedømmelser |
Udvikler | kiman |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |