YouTube: Filter Subscriptions

Only see the videos you want in your subscription feed

What is YouTube: Filter Subscriptions?

YouTube: Filter Subscriptions is a Chrome extension developed by Unknown, and its main feature is "Only see the videos you want in your subscription feed".

Extension Screenshots

screenshot

Download YouTube: Filter Subscriptions Extension CRX File

Download YouTube: Filter Subscriptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube: Filter Subscriptions YouTube: Filter Subscriptions
ID abiapkipdmjcakccdnbmohggiohkjmhk
Official URL https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk
Description Only see the videos you want in your subscription feed
File Size 6.32 KB
Installation Count 84
Current Version 0.0.1
Last Updated 2016-04-29
Publish Date 2016-04-29
Rating 1.57/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}