Center Youtube
Centers the new Youtube layout.
Center Youtube là gì?
Center Youtube là một tiện ích mở rộng Chrome được phát triển bởi wrasidlo, và tính năng chính của nó là "Centers the new Youtube layout.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Center Youtube
Tải xuống các tệp mở rộng Center Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
URL Chính Thức | https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled |
Mô tả | Centers the new Youtube layout. |
Kích Thước Tệp | 3.13 KB |
Số Lần Cài Đặt | 473 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2014-01-15 |
Ngày Phát Hành | 2014-01-15 |
Đánh Giá | 3.56/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | wrasidlo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |