YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
YouTube NonStop là gì?
YouTube NonStop là một tiện ích mở rộng Chrome được phát triển bởi lawfx, và tính năng chính của nó là "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".
Ả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 YouTube NonStop
Tải xuống các tệp mở rộng YouTube NonStop 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
***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.*** Working on YouTube and YouTube Music! Media Keys supported! Untested (but should work) when: Video is in fullscreen, Video is in miniplayer. If you have any problems, don't hesitate to drop me an email. :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
Mô tả | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
Kích Thước Tệp | 76.16 KB |
Số Lần Cài Đặt | 728,552 |
Phiên Bản Hiện Tại | 0.9.2 |
Cập Nhật Lần Cuối | 2023-10-30 |
Ngày Phát Hành | 2020-05-14 |
Đánh Giá | 3.47/5 Tổng số 941 Đánh Giá |
Nhà Phát Triển | lawfx |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lawfx/YoutubeNonStop |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop", "short_name": "YT NonStop", "version": "0.9.2", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "web_accessible_resources": [ { "resources": [ "autoconfirm.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" } }, "icons": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" }, "manifest_version": 3 } |