Youtube Subfilter Extension

Filter your Youtube suscription videos easily

Wat is Youtube Subfilter Extension?

Youtube Subfilter Extension is een Chrome-extensie ontwikkeld door julianabsatz, en de belangrijkste functie is "Filter your Youtube suscription videos easily".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Subfilter Extension

Download Youtube Subfilter Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The purpose of this extension is to filter your subscriptions as much as possible. There is an abundance of channels that often upload content we don't watch, so it's nice to have a clean subscription page that lets you focus on what you WANT to watch.

***THIS IS CURRENTLY ALPHA, EXTENSION MAY HAVE ERRORS***

Current features:
-Manual channel and keyword hiding/showing in grid view
-Hiding already watched content from subscribers
-Easily de-activate filters from the subscriptions page

Upcoming Features:
-List view filtering
-Automatic channel assignment from your subscription list
-General redesign of the popup                    

Basisinformatie over de Extensie

Naam Youtube Subfilter Extension Youtube Subfilter Extension
ID pgfmiggljohpblgjgbglmloiffafgadg
Officiële URL https://chrome.google.com/webstore/detail/youtube-subfilter-extensi/pgfmiggljohpblgjgbglmloiffafgadg
Beschrijving Filter your Youtube suscription videos easily
Bestandsgrootte 36.32 KB
Aantal Installaties 359
Huidige Versie 0.2.6
Laatst Bijgewerkt 2017-01-09
Publicatiedatum 2017-01-09
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar julianabsatz
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Subfilter Extension",
    "description": "Filter your Youtube suscription videos easily",
    "version": "0.2.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ],
            "js": [
                "jquery.min.js",
                "subscriptions.js"
            ]
        }
    ]
}