Don’t Watch Later
A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Hvad er Don’t Watch Later?
Don’t Watch Later er en Chrome-udvidelse udviklet af Shakeel, og dens hovedfunktion er "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".
Udvidelsesskærmbilleder
Download Don’t Watch Later-udvidelses-CRX-fil
Download Don’t Watch Later-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Don’t Watch Later |
ID | ehoknndjpaojgkmmiagiiejdbhfeckch |
Officiel URL | https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch |
Beskrivelse | A simple extension to disable autoplay for videos from your YouTube watch later playlist. |
Filstørrelse | 11.92 KB |
Antal Installationer | 70 |
Nuværende Version | 0.3.0 |
Senest Opdateret | 2023-12-24 |
Udgivelsesdato | 2017-10-19 |
Bedømmelse | 4.33/5 Samlet 9 Bedømmelser |
Udvikler | Shakeel |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/shakeelmohamed/dont-watch-later |
Hjælpeside-URL | https://github.com/shakeelmohamed/dont-watch-later/issues |
Understøttede Sprog | 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 } |