Better watch later

Cleans up the 'Watch later' list on youtube

Better watch laterคืออะไร?

Better watch later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikolajaaes และคุณลักษณะหลักของมันคือ "Cleans up the 'Watch later' list on youtube"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better watch later

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

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

                        This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.                    

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

ชื่อ Better watch later Better watch later
ID daiklokgbmbpnjnjbikdmjjdpbednjnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh
คำอธิบาย Cleans up the 'Watch later' list on youtube
ขนาดไฟล์ 34.51 KB
จำนวนการติดตั้ง 254
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-03-21
วันที่เผยแพร่ 2021-05-16
คะแนน 3.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา nikolajaaes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better watch later",
    "description": "Cleans up the 'Watch later' list on youtube",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/playlist?list=WL"
            ],
            "css": [
                "betterWatchLater.css"
            ],
            "js": [
                "betterWatchLater.js"
            ]
        }
    ]
}