YouTube Instant Autoplay
Instantly plays the next YouTube video!
什么是YouTube Instant Autoplay?
YouTube Instant Autoplay是由loyolapps开发的Chrome扩展程序,该扩展的主要功能是“Instantly plays the next YouTube video!”。
扩展截图
下载YouTube Instant Autoplay扩展crx文件
下载YouTube Instant Autoplay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video!
✅ Automatically plays the next YouTube video
💡 Make sure to have "AutoPlay" on (located on YouTube player itself)
Feedbacks and feature requests are happily welcomed at [email protected] 扩展基本信息
| 名称 | |
| ID | daaddadfbkngjhmjgcmmbeomechfoacb |
| 官方URL | https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb |
| 简介 | Instantly plays the next YouTube video! |
| 文件大小 | 27.94 KB |
| 安装次数 | 588 |
| 当前版本 | 1.2 |
| 更新时间 | 2023-12-20 |
| 上架时间 | 2021-02-24 |
| 评分 | 4.00/5 共8次评分 |
| 开发者 | loyolapps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Instant Autoplay",
"version": "1.2",
"description": "Instantly plays the next YouTube video!",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_icon": {
"16": "images\/logo.png",
"32": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/logo.png",
"32": "images\/logo.png",
"48": "images\/logo.png",
"128": "images\/icon128.png"
}
} | |