YouTube Full Title For Videos

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

Was ist YouTube Full Title For Videos?

YouTube Full Title For Videos ist eine Chrome-Erweiterung, die von kiman entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the headlines of the video entirely without hiding them partially, as by default.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

YouTube Full Title For Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Full Title For Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
Offizielle URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
Beschreibung This extension shows the headlines of the video entirely without hiding them partially, as by default.
Dateigröße 11.87 KB
Installationsanzahl 13,411
Aktuelle Version 0.3.6
Letztes Update 2021-08-21
Veröffentlichungsdatum 2019-11-08
Bewertung 4.73/5 Insgesamt 49 Bewertungen
Entwickler kiman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}