Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Stop Youtube Autoplay là gì?
Stop Youtube Autoplay là một tiện ích mở rộng Chrome được phát triển bởi memorizer.eecs, và tính năng chính của nó là "Stop Youtube Autoplay feature for Watch Later videos".
Ả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 Stop Youtube Autoplay
Tải xuống các tệp mở rộng Stop Youtube Autoplay 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
Extension to stop Youtube autoplay, specifically for your Watch Later list. - Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist. *Note: - currently only works for Watch Later list - currently only works if the selected video is opened in a new tab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stop Youtube Autoplay |
ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
URL Chính Thức | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
Mô tả | Stop Youtube Autoplay feature for Watch Later videos |
Kích Thước Tệp | 29.79 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-02-25 |
Ngày Phát Hành | 2022-02-25 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | memorizer.eecs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stop Youtube Autoplay", "description": "Stop Youtube Autoplay feature for Watch Later videos", "version": "1.0", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/icon.png" }, "action": { "default_title": "Stop Youtube Autoplay", "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } } } |