YouTube Full Title For Videos

This extension shows the headlines of the video entirely without hiding them partially, as by default.

Co je YouTube Full Title For Videos?

YouTube Full Title For Videos je rozšíření Chrome vyvinuté kiman, a jeho hlavní funkcí je „This extension shows the headlines of the video entirely without hiding them partially, as by default.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Full Title For Videos

Stáhněte si soubory rozšíření YouTube Full Title For Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
Oficiální URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
Popis This extension shows the headlines of the video entirely without hiding them partially, as by default.
Velikost souboru 11.87 KB
Počet instalací 13,411
Aktuální Verze 0.3.6
Poslední Aktualizace 2021-08-21
Datum Vydání 2019-11-08
Hodnocení 4.73/5 Celkem 49 Hodnocení
Vývojář kiman
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}