Don’t Watch Later

A simple extension to disable autoplay for videos from your YouTube watch later playlist.

O que é Don’t Watch Later?

Don’t Watch Later é uma extensão do Chrome desenvolvida por Shakeel, e sua principal característica é "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Don’t Watch Later

Baixe arquivos de extensão Don’t Watch Later 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

                        A simple Google Chrome extension to disable autoplay for videos from your YouTube Watch Later playlist.

I usually open videos in a new tab from my Watch Later playlist, which automatically has the `list=WL` querystring parameter. I also don’t usually watch videos in the order I added them to my Watch Later playlist. Instead of trying to hack YouTube’s massive amounts of JavaScript, this plugin does exactly what I need.

This extension doesn't track any of your data usage, and is open sourced at https://github.com/shakeelmohamed/dont-watch-later                    

Informações Básicas da Extensão

Nome Don’t Watch Later Don’t Watch Later
ID ehoknndjpaojgkmmiagiiejdbhfeckch
URL Oficial https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch
Descrição A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Tamanho do Arquivo 11.92 KB
Contagem de Instalações 70
Versão Atual 0.3.0
Última Atualização 2023-12-24
Data de Publicação 2017-10-19
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor Shakeel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/shakeelmohamed/dont-watch-later
URL da Página de Ajuda https://github.com/shakeelmohamed/dont-watch-later/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don\u2019t Watch Later",
    "version": "0.3.0",
    "description": "A simple extension to disable autoplay for videos from your YouTube watch later playlist.",
    "icons": {
        "128": "x-icon-128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/watch*list=wl*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "manifest_version": 3
}