YouTube Full Title For Videos

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

什么是YouTube Full Title For Videos?

YouTube Full Title For Videos是由kiman开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the headlines of the video entirely without hiding them partially, as by default.”。

扩展截图

screenshot
screenshot
screenshot

下载YouTube Full Title For Videos扩展crx文件

下载YouTube Full Title For Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube Full Title For Videos YouTube Full Title For Videos
ID pgpdaocammeipkkgaeelifgakbhjoiel
官方URL https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel
简介 This extension shows the headlines of the video entirely without hiding them partially, as by default.
文件大小 11.87 KB
安装次数 13,411
当前版本 0.3.6
更新时间 2021-08-21
上架时间 2019-11-08
评分 4.73/5 共49次评分
开发者 kiman
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}