YouTube - Don't Stop
Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
什么是YouTube - Don't Stop?
YouTube - Don't Stop是由Nibble Bytes开发的Chrome扩展程序,该扩展的主要功能是“Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.”。
扩展截图
下载YouTube - Don't Stop扩展crx文件
下载YouTube - Don't Stop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes YouTube popups so you can keep listening to your music without interruption. Fast and efficient and no frills. Contact the author if it stops working for any reason. Instructions: This Extension (as other extensions) only works when Youtube is the active tab in Chrome.
扩展基本信息
名称 | YouTube - Don't Stop |
ID | lfccbkicpiohnnalhapdgjadlcahicip |
官方URL | https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip |
简介 | Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient. |
文件大小 | 46.52 KB |
安装次数 | 2,929 |
当前版本 | 1.2 |
更新时间 | 2020-01-15 |
上架时间 | 2020-01-14 |
评分 | 2.80/5 共5次评分 |
开发者 | Nibble Bytes |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Don't Stop", "version": "1.2", "icons": { "128": "128x128 icon.png" }, "description": "Remove the \"Video paused. Continue watching?\" popup & \"Get it now\" Youtube Premium popup ad. No frills & efficient.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.4.1.min.js", "continue_watching.js" ], "all_frames": true } ] } |