Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
什么是Stop Youtube Autoplay?
Stop Youtube Autoplay是由memorizer.eecs开发的Chrome扩展程序,该扩展的主要功能是“Stop Youtube Autoplay feature for Watch Later videos”。
扩展截图
下载Stop Youtube Autoplay扩展crx文件
下载Stop Youtube Autoplay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to stop Youtube autoplay, specifically for your Watch Later list.
- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.
*Note:
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab 扩展基本信息
| 名称 | |
| ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
| 官方URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
| 简介 | Stop Youtube Autoplay feature for Watch Later videos |
| 文件大小 | 29.79 KB |
| 安装次数 | 108 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-02-25 |
| 上架时间 | 2022-02-25 |
| 评分 | 1.00/5 共2次评分 |
| 开发者 | memorizer.eecs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Stop Youtube Autoplay",
"description": "Stop Youtube Autoplay feature for Watch Later videos",
"version": "1.0",
"permissions": [
"webNavigation"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"128": "images\/icon.png"
},
"action": {
"default_title": "Stop Youtube Autoplay",
"default_popup": "popup.html",
"default_icon": {
"128": "images\/icon.png"
}
}
} | |