designer Tube

This makes your youtube look different, maybe in a good way, maybe not.

designer Tubeคืออะไร?

designer Tube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martin.skovrup และคุณลักษณะหลักของมันคือ "This makes your youtube look different, maybe in a good way, maybe not."

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

screenshot

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

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

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

                        This extension is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes.

If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.                    

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

ชื่อ designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
คำอธิบาย This makes your youtube look different, maybe in a good way, maybe not.
ขนาดไฟล์ 10.32 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2017-01-07
วันที่เผยแพร่ 2017-01-07
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา martin.skovrup
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "designer Tube",
    "version": "0.2.6",
    "description": "This makes your youtube look different, maybe in a good way, maybe not.",
    "icons": {
        "50": "prettytube.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}