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"
            ]
        }
    ]
} | |