Youtube filter(hide watched)
Adds a filter to remove watched videos
什么是Youtube filter(hide watched)?
Youtube filter(hide watched)是由tpogih开发的Chrome扩展程序,该扩展的主要功能是“Adds a filter to remove watched videos”。
扩展截图
下载Youtube filter(hide watched)扩展crx文件
下载Youtube filter(hide watched)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes watched videos from the list. You can easily find new videos on your favorite channel.
扩展基本信息
名称 | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
官方URL | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
简介 | Adds a filter to remove watched videos |
文件大小 | 880 KB |
安装次数 | 74 |
当前版本 | 1.0.16 |
更新时间 | 2022-09-07 |
上架时间 | 2021-02-05 |
评分 | 5.00/5 共2次评分 |
开发者 | tpogih |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |