YouTube: Filter Subscriptions
Only see the videos you want in your subscription feed
什么是YouTube: Filter Subscriptions?
YouTube: Filter Subscriptions是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Only see the videos you want in your subscription feed”。
扩展截图
下载YouTube: Filter Subscriptions扩展crx文件
下载YouTube: Filter Subscriptions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them. 扩展基本信息
| 名称 | |
| ID | abiapkipdmjcakccdnbmohggiohkjmhk |
| 官方URL | https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk |
| 简介 | Only see the videos you want in your subscription feed |
| 文件大小 | 6.32 KB |
| 安装次数 | 84 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-04-29 |
| 上架时间 | 2016-04-29 |
| 评分 | 1.57/5 共7次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube: Filter Subscriptions",
"description": "Only see the videos you want in your subscription feed",
"version": "0.0.1",
"permissions": [
"storage"
],
"browser_action": {
"default_title": "YouTube: Filter Subscriptions",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/feed\/subscriptions"
],
"js": [
"inject.js"
]
}
]
} | |