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 |
Eメール | [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" ] } ] } |