YouTube Not Paused
Video paused. Continue watching?
什么是YouTube Not Paused?
YouTube Not Paused是由https://ydk.vc开发的Chrome扩展程序,该扩展的主要功能是“Video paused. Continue watching?”。
扩展截图
下载YouTube Not Paused扩展crx文件
下载YouTube Not Paused扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Q. 動画が一時停止されました。続きを視聴しますか?
A. ( ´Д`) <うるせぇ、エビフライぶつけんぞ
*. 自動的に確認ボックスの「はい」をクリックする拡張です
Q. Video paused. Continue watching?
A. ( 'A`) < Shut up. Throw the fried shrimp.
*. This extension auto-clicking "Yes" in the confirmation box. 扩展基本信息
| 名称 | |
| ID | gddbkdpdnoeplfjbkpopjngdgcokpmbo |
| 官方URL | https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo |
| 简介 | Video paused. Continue watching? |
| 文件大小 | 11.65 KB |
| 安装次数 | 346 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2023-07-07 |
| 上架时间 | 2020-06-01 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | https://ydk.vc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/yudukiak/YouTubeNotPaused |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Not Paused",
"version": "1.0.2",
"description": "Video paused. Continue watching?",
"author": "akasaka",
"icons": {
"16": "icons\/16.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"js\/index.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |