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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 YouTube: Filter Subscriptions YouTube: Filter Subscriptions
ID abiapkipdmjcakccdnbmohggiohkjmhk
官方網址 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"
            ]
        }
    ]
}