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
官方網址 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"
            ]
        }
    ]
}