Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Cos'è Youtube - Remove watched fixer?

Youtube - Remove watched fixer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Actually remove watched Youtube videos from the Watch Later playlist".

Scarica il file CRX dell'estensione Youtube - Remove watched fixer

Scarica i file di estensione Youtube - Remove watched fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL Ufficiale https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Descrizione Actually remove watched Youtube videos from the Watch Later playlist
Dimensione del File 37.31 KB
Conteggio Installazioni 369
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-02-09
Data di Pubblicazione 2016-02-09
Valutazione 3.77/5 Totale 13 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}