Better watch later
Cleans up the 'Watch later' list on youtube
什么是Better watch later?
Better watch later是由nikolajaaes开发的Chrome扩展程序,该扩展的主要功能是“Cleans up the 'Watch later' list on youtube”。
扩展截图
下载Better watch later扩展crx文件
下载Better watch later扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
官方URL | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
简介 | Cleans up the 'Watch later' list on youtube |
文件大小 | 34.51 KB |
安装次数 | 254 |
当前版本 | 1.4 |
更新时间 | 2022-03-21 |
上架时间 | 2021-05-16 |
评分 | 3.89/5 共9次评分 |
开发者 | nikolajaaes |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |