Watched Videos On YouTube Remover
Remove completely watched videos from playlists on YouTube.
Watched Videos On YouTube Removerとは何ですか?
Watched Videos On YouTube Removerは7evenkによって開発されたChromeの拡張機能で、その主な機能は「Remove completely watched videos from playlists on YouTube.」です。
拡張機能のスクリーンショット
Watched Videos On YouTube Remover拡張機能のCRXファイルをダウンロード
Watched Videos On YouTube Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube only allows you to remove all watched videos from the Watch Later playlist, not taking progress into account. Videos that have only been partially viewed will also be deleted from the playlist. For individual playlists the function is even not available at all. ★ By means of this extension, the fully viewed videos can be deleted automatically from a playlist. ★ The partially watched videos remain in the playlist and can be watched at a later time. The extension extends the action menu by the entry "Remove completely watched videos". "A playlist on YouTube employs a lazy loading technique, meaning that it loads content as needed rather than all at once. Therefore, this extension operates based on the entries that have already been loaded. It doesn't automatically load all entries in the playlist. For the extension to consider more videos, you would need to manually scroll down through your playlist to load more entries."
拡張機能の基本情報
名前 | Watched Videos On YouTube Remover |
ID | kfpijemcjneklkhbdhidjfdddkommecm |
公式URL | https://chromewebstore.google.com/detail/watched-videos-on-youtube/kfpijemcjneklkhbdhidjfdddkommecm |
説明 | Remove completely watched videos from playlists on YouTube. |
ファイルサイズ | 991 KB |
インストール数 | 143 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-05-25 |
公開日 | 2022-06-07 |
評価 | 3.33/5 合計 6 レビュー |
開発者 | 7evenk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://7evenk.github.io |
ヘルプページのURL | https://github.com/7evenk/WatchedVideosOnYouTubeRemover/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Watched Videos On YouTube Remover", "description": "Remove completely watched videos from playlists on YouTube.", "version": "1.0.5", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "background.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/icon16.png" ], "matches": [ " |