YouTube Full Title For Videos

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

What is YouTube Full Title For Videos?

YouTube Full Title For Videos is a Chrome extension developed by kiman, and its main feature is "This extension shows the headlines of the video entirely without hiding them partially, as by default.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Full Title For Videos Extension CRX File

Download YouTube Full Title For Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
Official URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
Description This extension shows the headlines of the video entirely without hiding them partially, as by default.
File Size 11.87 KB
Installation Count 13,411
Current Version 0.3.6
Last Updated 2021-08-21
Publish Date 2019-11-08
Rating 4.73/5 Total 49 Ratings
Developer kiman
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}