Center Youtube
Centers the new Youtube layout.
什麼是Center Youtube?
Center Youtube是由wrasidlo開發的Chrome擴展程式,該擴展的主要功能是“Centers the new Youtube layout.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
官方網址 | 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" ] } ] } |