YouTube List View

This extension displays your youtube subscription in the list view.

YouTube List Viewคืออะไร?

YouTube List View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eddie Wilford และคุณลักษณะหลักของมันคือ "This extension displays your youtube subscription in the list view."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube List View

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

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

                        A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

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

ชื่อ YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
คำอธิบาย This extension displays your youtube subscription in the list view.
ขนาดไฟล์ 36.99 KB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2016-06-02
วันที่เผยแพร่ 2016-06-01
คะแนน 4.23/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา Eddie Wilford
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}