Better watch later
Cleans up the 'Watch later' list on youtube
Wat is Better watch later?
Better watch later is een Chrome-extensie ontwikkeld door nikolajaaes, en de belangrijkste functie is "Cleans up the 'Watch later' list on youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie Better watch later
Download Better 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
This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.
Basisinformatie over de Extensie
Naam | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
Officiële URL | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
Beschrijving | Cleans up the 'Watch later' list on youtube |
Bestandsgrootte | 34.51 KB |
Aantal Installaties | 254 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-03-21 |
Publicatiedatum | 2021-05-16 |
Beoordeling | 3.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | nikolajaaes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better watch later", "description": "Cleans up the 'Watch later' list on youtube", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/playlist?list=WL" ], "css": [ "betterWatchLater.css" ], "js": [ "betterWatchLater.js" ] } ] } |