YT New Comments

Show youtube comments as 'Newest first' by default.

YT New Commentsคืออะไร?

YT New Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunlight11111111 และคุณลักษณะหลักของมันคือ "Show youtube comments as 'Newest first' by default."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT New Comments

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

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

                        This is a quick attempt to provide an option that google/youtube does not - automatically showing comments in chronological order. This is basically a workaround that simply clicks the dropdown automatically so you don't have to. It is not very 'smart' in its current state but if enough interest is shown I might work on making it better. 

*update 3/29/15*

Yes, this is still being maintained. I appreciate your patience as I do not always notice right away when a major change to youtube breaks functionality.                    

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

ชื่อ YT New Comments YT New Comments
ID jlfeaohkkeiebbjlkaloihjmkmkmdlco
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco
คำอธิบาย Show youtube comments as 'Newest first' by default.
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2015-03-29
วันที่เผยแพร่ 2015-03-29
คะแนน 3.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา sunlight11111111
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT New Comments",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Show youtube comments as 'Newest first' by default.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.2.js",
                "2.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}