ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

ytClean | Modern YouTube Themeคืออะไร?

ytClean | Modern YouTube Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://justinoboyle.com และคุณลักษณะหลักของมันคือ "A clean, modern look and feel for YouTube."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ytClean | Modern YouTube Theme

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

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

                        ytClean provides a new and refreshing experience to YouTube.

Features:
- Darker theme to go easier on the eyes.
- The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel.

ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!                    

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

ชื่อ ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
คำอธิบาย A clean, modern look and feel for YouTube.
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา http://justinoboyle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/justinoboyle/ytClean/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ytClean | Modern YouTube Theme",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A clean, modern look and feel for YouTube.",
    "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}