Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Youtube - Remove watched fixerคืออะไร?

Youtube - Remove watched fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Actually remove watched Youtube videos from the Watch Later playlist"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube - Remove watched fixer

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

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

                        For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround.                    

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

ชื่อ Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
คำอธิบาย Actually remove watched Youtube videos from the Watch Later playlist
ขนาดไฟล์ 37.31 KB
จำนวนการติดตั้ง 369
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-02-09
วันที่เผยแพร่ 2016-02-09
คะแนน 3.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube - Remove watched fixer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Actually remove watched Youtube videos from the Watch Later playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=WL"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}