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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |