YouTube Full Title For Videos

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

Cos'è YouTube Full Title For Videos?

YouTube Full Title For Videos è un'estensione di Chrome sviluppata da kiman, e la sua funzione principale è "This extension shows the headlines of the video entirely without hiding them partially, as by default.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Full Title For Videos

Scarica i file di estensione YouTube Full Title For Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
URL Ufficiale https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
Descrizione This extension shows the headlines of the video entirely without hiding them partially, as by default.
Dimensione del File 11.87 KB
Conteggio Installazioni 13,411
Versione Corrente 0.3.6
Ultimo Aggiornamento 2021-08-21
Data di Pubblicazione 2019-11-08
Valutazione 4.73/5 Totale 49 Valutazioni
Sviluppatore kiman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}