Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Wat is Youtube - Remove watched fixer?

Youtube - Remove watched fixer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Actually remove watched Youtube videos from the Watch Later playlist".

Download het CRX-bestand van de extensie Youtube - Remove watched fixer

Download Youtube - Remove watched fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
Officiële URL https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Beschrijving Actually remove watched Youtube videos from the Watch Later playlist
Bestandsgrootte 37.31 KB
Aantal Installaties 369
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-02-09
Publicatiedatum 2016-02-09
Beoordeling 3.77/5 Totaal 13 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}