Reverse Watch Later List on YouTube

Adds a button to reverse the order of your Watch Later List

Reverse Watch Later List on YouTubeคืออะไร?

Reverse Watch Later List on YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://davidrigbye.com และคุณลักษณะหลักของมันคือ "Adds a button to reverse the order of your Watch Later List"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse Watch Later List on YouTube

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

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

                        This extension simply adds a button on your YouTube Watch Later page. 

Your videos can now be sorted with most recently added at the top of the list.

Please rate ★★★★★                    

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

ชื่อ Reverse Watch Later List on YouTube Reverse Watch Later List on YouTube
ID fghdmhmlgblfeojfcejdoijadldnhend
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reverse-watch-later-list/fghdmhmlgblfeojfcejdoijadldnhend
คำอธิบาย Adds a button to reverse the order of your Watch Later List
ขนาดไฟล์ 36.55 KB
จำนวนการติดตั้ง 768
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-06-29
วันที่เผยแพร่ 2015-06-29
คะแนน 3.15/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา http://davidrigbye.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://davidrigbye.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Watch Later List on YouTube",
    "description": "Adds a button to reverse the order of your Watch Later List",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "youtubes.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.3",
    "manifest_version": 2
}