youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
什么是youfilter?
youfilter是由https://tincher.de开发的Chrome扩展程序,该扩展的主要功能是“Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.”。
扩展截图
下载youfilter扩展crx文件
下载youfilter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can subscribe or unsubscribe just to specific formats of specific channels. Just use the format name as a black- or whitelist item and it will be blocked from your subscriptions. Your settings will be synced with your google account and you can always see and change them in the dashboard.
扩展基本信息
名称 | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
官方URL | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
简介 | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
文件大小 | 4.44 MB |
安装次数 | 10 |
当前版本 | 1.5 |
更新时间 | 2019-11-30 |
上架时间 | 2019-11-30 |
开发者 | https://tincher.de |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/plinfa.js" ], "run_at": "document_end", "all_frames": true } ], "description": "Enables you to filter your youtube subscriptions by using a blacklist and \/ or a whitelist.", "homepage_url": "http:\/\/tincher.de", "icons": { "48": "icons\/baseline_label_black_48dp.png" }, "manifest_version": 2, "name": "youfilter", "options_ui": { "page": ".\/options\/options.html" }, "page_action": { "browser_style": true, "default_icon": "icons\/baseline_label_black_48dp.png", "default_popup": ".\/popup\/popup.html", "default_title": "Plinfa" }, "permissions": [ "contextMenus", "storage", "webRequest", "*:\/\/*.youtube.com\/*" ], "version": "1.5" } |