Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

What is Youtube - Remove watched fixer?

Youtube - Remove watched fixer is a Chrome extension developed by Unknown, and its main feature is "Actually remove watched Youtube videos from the Watch Later playlist".

Download Youtube - Remove watched fixer Extension CRX File

Download Youtube - Remove watched fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
Official URL https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Description Actually remove watched Youtube videos from the Watch Later playlist
File Size 37.31 KB
Installation Count 369
Current Version 0.0.1
Last Updated 2016-02-09
Publish Date 2016-02-09
Rating 3.77/5 Total 13 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}