Don’t Watch Later

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

Cos'è Don’t Watch Later?

Don’t Watch Later è un'estensione di Chrome sviluppata da Shakeel, e la sua funzione principale è "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Don’t Watch Later

Scarica i file di estensione Don’t Watch Later 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

                        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                    

Informazioni di Base sull'Estensione

Nome Don’t Watch Later Don’t Watch Later
ID ehoknndjpaojgkmmiagiiejdbhfeckch
URL Ufficiale https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch
Descrizione A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Dimensione del File 11.92 KB
Conteggio Installazioni 70
Versione Corrente 0.3.0
Ultimo Aggiornamento 2023-12-24
Data di Pubblicazione 2017-10-19
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore Shakeel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shakeelmohamed/dont-watch-later
URL della Pagina di Aiuto https://github.com/shakeelmohamed/dont-watch-later/issues
Lingue Supportate 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
}