Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

O que é Youtube - Remove watched fixer?

Youtube - Remove watched fixer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Actually remove watched Youtube videos from the Watch Later playlist".

Baixar o arquivo CRX da Extensão Youtube - Remove watched fixer

Baixe arquivos de extensão Youtube - Remove watched fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL Oficial https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Descrição Actually remove watched Youtube videos from the Watch Later playlist
Tamanho do Arquivo 37.31 KB
Contagem de Instalações 369
Versão Atual 0.0.1
Última Atualização 2016-02-09
Data de Publicação 2016-02-09
Classificação 3.77/5 Total de 13 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}