Better watch later
Cleans up the 'Watch later' list on youtube
What is Better watch later?
Better watch later is a Chrome extension developed by nikolajaaes, and its main feature is "Cleans up the 'Watch later' list on youtube".
Extension Screenshots
Download Better watch later Extension CRX File
Download Better watch later extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
Official URL | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
Description | Cleans up the 'Watch later' list on youtube |
File Size | 34.51 KB |
Installation Count | 254 |
Current Version | 1.4 |
Last Updated | 2022-03-21 |
Publish Date | 2021-05-16 |
Rating | 3.89/5 Total 9 Ratings |
Developer | nikolajaaes |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |