Youtube - Remove watched fixer
Actually remove watched Youtube videos from the Watch Later playlist
什么是Youtube - Remove watched fixer?
Youtube - Remove watched fixer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Actually remove watched Youtube videos from the Watch Later playlist”。
下载Youtube - Remove watched fixer扩展crx文件
下载Youtube - Remove watched fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround. 扩展基本信息
| 名称 | |
| ID | bnmbkjfobcamomnepifeoehjbgodldpc |
| 官方URL | https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc |
| 简介 | Actually remove watched Youtube videos from the Watch Later playlist |
| 文件大小 | 37.31 KB |
| 安装次数 | 369 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-02-09 |
| 上架时间 | 2016-02-09 |
| 评分 | 3.77/5 共13次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube - Remove watched fixer",
"version": "0.0.1",
"manifest_version": 2,
"description": "Actually remove watched Youtube videos from the Watch Later playlist",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/playlist?list=WL"
],
"js": [
"js\/jquery.min.js",
"js\/script.js"
],
"run_at": "document_end"
}
]
} | |