Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Hvad er Youtube - Remove watched fixer?

Youtube - Remove watched fixer er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Actually remove watched Youtube videos from the Watch Later playlist".

Download Youtube - Remove watched fixer-udvidelses-CRX-fil

Download Youtube - Remove watched fixer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
Officiel URL https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Beskrivelse Actually remove watched Youtube videos from the Watch Later playlist
Filstørrelse 37.31 KB
Antal Installationer 369
Nuværende Version 0.0.1
Senest Opdateret 2016-02-09
Udgivelsesdato 2016-02-09
Bedømmelse 3.77/5 Samlet 13 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}