Don’t Watch Later
A simple extension to disable autoplay for videos from your YouTube watch later playlist.
Don’t Watch Later là gì?
Don’t Watch Later là một tiện ích mở rộng Chrome được phát triển bởi Shakeel, và tính năng chính của nó là "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Don’t Watch Later
Tải xuống các tệp mở rộng Don’t Watch Later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Don’t Watch Later |
ID | ehoknndjpaojgkmmiagiiejdbhfeckch |
URL Chính Thức | https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch |
Mô tả | A simple extension to disable autoplay for videos from your YouTube watch later playlist. |
Kích Thước Tệp | 11.92 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2023-12-24 |
Ngày Phát Hành | 2017-10-19 |
Đánh Giá | 4.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Shakeel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/shakeelmohamed/dont-watch-later |
URL Trang Trợ Giúp | https://github.com/shakeelmohamed/dont-watch-later/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |