Center Youtube

Centers the new Youtube layout.

Center Youtubeとは何ですか?

Center Youtubeはwrasidloによって開発されたChromeの拡張機能で、その主な機能は「Centers the new Youtube layout.」です。

拡張機能のスクリーンショット

screenshot

Center Youtube拡張機能のCRXファイルをダウンロード

Center Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

拡張機能の基本情報

名前 Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
公式URL https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
説明 Centers the new Youtube layout.
ファイルサイズ 3.13 KB
インストール数 473
現在のバージョン 0.9
最終更新日 2014-01-15
公開日 2014-01-15
評価 3.56/5 合計 27 レビュー
開発者 wrasidlo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}