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
Eメール [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"
            ]
        }
    ]
}