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 |
官方網址 | 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" ] } ] } |