Hide YouTube watched videos
Hide watched videos from your YouTube feed
什么是Hide YouTube watched videos?
Hide YouTube watched videos是由yann开发的Chrome扩展程序,该扩展的主要功能是“Hide watched videos from your YouTube feed”。
扩展截图
下载Hide YouTube watched videos扩展crx文件
下载Hide YouTube watched videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watch unwatched videos only
扩展基本信息
名称 | |
ID | poljhephadgaidkageaaklnjidcenndn |
官方URL | https://chrome.google.com/webstore/detail/poljhephadgaidkageaaklnjidcenndn |
简介 | Hide watched videos from your YouTube feed |
文件大小 | 5.37 KB |
安装次数 | 148 |
当前版本 | 1.0.1 |
更新时间 | 2017-12-08 |
上架时间 | 2017-12-08 |
评分 | 1.00/5 共6次评分 |
开发者 | yann |
付费类型 | free |
帮助页面URL | https://twitter.com/_YannBertrand |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide YouTube watched videos", "version": "1.0.1", "description": "Hide watched videos from your YouTube feed", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions" ], "js": [ "youtubeVideosFinder.js", "videosDisplayManager.js", "index.js" ] } ] } |