YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
什么是YouTube NonStop?
YouTube NonStop是由lawfx开发的Chrome扩展程序,该扩展的主要功能是“Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!”。
扩展截图
下载YouTube NonStop扩展crx文件
下载YouTube NonStop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
***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. :)
扩展基本信息
名称 | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
官方URL | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
简介 | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
文件大小 | 76.16 KB |
安装次数 | 728,552 |
当前版本 | 0.9.2 |
更新时间 | 2023-10-30 |
上架时间 | 2020-05-14 |
评分 | 3.47/5 共941次评分 |
开发者 | lawfx |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/lawfx/YoutubeNonStop |
支持的语言 | 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 } |