Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

¿Qué es Youtube - Remove watched fixer?

Youtube - Remove watched fixer es una extensión de Chrome desarrollada por Unknown, y su función principal es "Actually remove watched Youtube videos from the Watch Later playlist".

Descargar Archivo CRX de la Extensión Youtube - Remove watched fixer

Descarga archivos de extensión Youtube - Remove watched fixer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL Oficial https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Descripción Actually remove watched Youtube videos from the Watch Later playlist
Tamaño del Archivo 37.31 KB
Cantidad de Instalaciones 369
Versión Actual 0.0.1
Última Actualización 2016-02-09
Fecha de Publicación 2016-02-09
Calificación 3.77/5 Total de 13 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}