Don’t Watch Later
A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Don’t Watch Later란 무엇입니까?
Don’t Watch Later은(는) Shakeel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension to disable autoplay for videos from your YouTube watch later playlist."입니다.
확장 프로그램 스크린샷
Don’t Watch Later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Google Chrome extension to disable autoplay for videos from your YouTube Watch Later playlist. I usually open videos in a new tab from my Watch Later playlist, which automatically has the `list=WL` querystring parameter. I also don’t usually watch videos in the order I added them to my Watch Later playlist. Instead of trying to hack YouTube’s massive amounts of JavaScript, this plugin does exactly what I need. This extension doesn't track any of your data usage, and is open sourced at https://github.com/shakeelmohamed/dont-watch-later
확장 프로그램 기본 정보
이름 | Don’t Watch Later |
ID | ehoknndjpaojgkmmiagiiejdbhfeckch |
공식 URL | https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch |
설명 | A simple extension to disable autoplay for videos from your YouTube watch later playlist. |
파일 크기 | 11.92 KB |
설치 횟수 | 70 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2023-12-24 |
출시 날짜 | 2017-10-19 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | Shakeel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/shakeelmohamed/dont-watch-later |
도움말 페이지 URL | https://github.com/shakeelmohamed/dont-watch-later/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don\u2019t Watch Later", "version": "0.3.0", "description": "A simple extension to disable autoplay for videos from your YouTube watch later playlist.", "icons": { "128": "x-icon-128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.youtube.com\/watch*list=wl*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "manifest_version": 3 } |