Center Youtube

Centers the new Youtube layout.

Center Youtubeคืออะไร?

Center Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wrasidlo และคุณลักษณะหลักของมันคือ "Centers the new Youtube layout."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Center Youtube

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}