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"
            ]
        }
    ]
}