YouTube Full Title For Videos

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

Co to jest YouTube Full Title For Videos?

YouTube Full Title For Videos to rozszerzenie Chrome opracowane przez kiman, a jego główną funkcją jest „This extension shows the headlines of the video entirely without hiding them partially, as by default.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube Full Title For Videos

Pobierz pliki rozszerzeń YouTube Full Title For Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
Oficjalny URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
Opis This extension shows the headlines of the video entirely without hiding them partially, as by default.
Rozmiar pliku 11.87 KB
Liczba instalacji 13,411
Aktualna Wersja 0.3.6
Ostatnia Aktualizacja 2021-08-21
Data Publikacji 2019-11-08
Ocena 4.73/5 Łącznie 49 Oceny
Deweloper kiman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}