Don’t Watch Later
A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Wat is Don’t Watch Later?
Don’t Watch Later is een Chrome-extensie ontwikkeld door Shakeel, en de belangrijkste functie is "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".
Extensie Screenshots
Download het CRX-bestand van de extensie Don’t Watch Later
Download Don’t Watch Later-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Don’t Watch Later |
ID | ehoknndjpaojgkmmiagiiejdbhfeckch |
Officiële URL | https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch |
Beschrijving | A simple extension to disable autoplay for videos from your YouTube watch later playlist. |
Bestandsgrootte | 11.92 KB |
Aantal Installaties | 70 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2023-12-24 |
Publicatiedatum | 2017-10-19 |
Beoordeling | 4.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Shakeel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/shakeelmohamed/dont-watch-later |
Help Pagina-URL | https://github.com/shakeelmohamed/dont-watch-later/issues |
Ondersteunde Talen | 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 } |