Better YouTube on Small Screens

by VittGam

Better YouTube on Small Screensคืออะไร?

Better YouTube on Small Screens เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VittGam.net และคุณลักษณะหลักของมันคือ "by VittGam"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better YouTube on Small Screens

ดาวน์โหลดไฟล์ส่วนขยาย Better YouTube on Small Screens ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
คำอธิบาย by VittGam
ขนาดไฟล์ 3.79 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-11-30
วันที่เผยแพร่ 2014-11-30
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา VittGam.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube on Small Screens",
    "version": "1.1",
    "description": "by VittGam",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}