Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

什麼是Youtube - Remove watched fixer?

Youtube - Remove watched fixer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Actually remove watched Youtube videos from the Watch Later playlist”。

下載Youtube - Remove watched fixer擴展crx文件

下載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
官方網址 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"
        }
    ]
}