Youtube Nonstop
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
什么是Youtube Nonstop?
Youtube Nonstop是由khongoton开发的Chrome扩展程序,该扩展的主要功能是“Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'”。
扩展截图
下载Youtube Nonstop扩展crx文件
下载Youtube Nonstop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?' 扩展基本信息
| 名称 | |
| ID | mchagemcboihinadnlbiddcfepiakfop |
| 官方URL | https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop |
| 简介 | Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?' |
| 文件大小 | 10.27 KB |
| 安装次数 | 864 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-06-06 |
| 上架时间 | 2023-03-16 |
| 评分 | 2.83/5 共6次评分 |
| 开发者 | khongoton |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Nonstop",
"description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
"version": "1.0.3",
"icons": {
"16": "public\/icons\/16.png",
"48": "public\/icons\/48.png",
"128": "public\/icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"tab\/ytnonstop.js"
],
"run_at": "document_end"
}
],
"manifest_version": 3
} | |