You(Tube) don't stop!
Prevents annoying "video paused" dialogs from showing up
什么是You(Tube) don't stop!?
You(Tube) don't stop!是由spmn开发的Chrome扩展程序,该扩展的主要功能是“Prevents annoying "video paused" dialogs from showing up”。
扩展截图
下载You(Tube) don't stop!扩展crx文件
下载You(Tube) don't stop!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity. This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all.
扩展基本信息
名称 | You(Tube) don't stop! |
ID | odklofidedfkjjgjnobmpipmobmlgkel |
官方URL | https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel |
简介 | Prevents annoying "video paused" dialogs from showing up |
文件大小 | 5.73 KB |
安装次数 | 4,596 |
当前版本 | 1.1.0 |
更新时间 | 2019-06-23 |
上架时间 | 2019-06-23 |
评分 | 3.70/5 共10次评分 |
开发者 | spmn |
付费类型 | free |
扩展官网 | https://github.com/spmn/yt-dont-stop/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "You(Tube) don't stop!", "version": "1.1.0", "description": "Prevents annoying \"video paused\" dialogs from showing up", "homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "js\/bootstrapper.js" ] } ], "web_accessible_resources": [ "js\/payload.js" ], "icons": { "128": "img\/icon_128.png" } } |