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
公式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"
        }
    ]
}