Youtube Subfilter Extension
Filter your Youtube suscription videos easily
什么是Youtube Subfilter Extension?
Youtube Subfilter Extension是由julianabsatz开发的Chrome扩展程序,该扩展的主要功能是“Filter your Youtube suscription videos easily”。
扩展截图
下载Youtube Subfilter Extension扩展crx文件
下载Youtube Subfilter Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The purpose of this extension is to filter your subscriptions as much as possible. There is an abundance of channels that often upload content we don't watch, so it's nice to have a clean subscription page that lets you focus on what you WANT to watch. ***THIS IS CURRENTLY ALPHA, EXTENSION MAY HAVE ERRORS*** Current features: -Manual channel and keyword hiding/showing in grid view -Hiding already watched content from subscribers -Easily de-activate filters from the subscriptions page Upcoming Features: -List view filtering -Automatic channel assignment from your subscription list -General redesign of the popup
扩展基本信息
名称 | |
ID | pgfmiggljohpblgjgbglmloiffafgadg |
官方URL | https://chrome.google.com/webstore/detail/youtube-subfilter-extensi/pgfmiggljohpblgjgbglmloiffafgadg |
简介 | Filter your Youtube suscription videos easily |
文件大小 | 36.32 KB |
安装次数 | 359 |
当前版本 | 0.2.6 |
更新时间 | 2017-01-09 |
上架时间 | 2017-01-09 |
评分 | 3.40/5 共10次评分 |
开发者 | julianabsatz |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Subfilter Extension", "description": "Filter your Youtube suscription videos easily", "version": "0.2.6", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "js": [ "jquery.min.js", "subscriptions.js" ] } ] } |