YouTube: Filter Subscriptions

Only see the videos you want in your subscription feed

Cos'è YouTube: Filter Subscriptions?

YouTube: Filter Subscriptions è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Only see the videos you want in your subscription feed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube: Filter Subscriptions

Scarica i file di estensione YouTube: Filter Subscriptions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube: Filter Subscriptions YouTube: Filter Subscriptions
ID abiapkipdmjcakccdnbmohggiohkjmhk
URL Ufficiale https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk
Descrizione Only see the videos you want in your subscription feed
Dimensione del File 6.32 KB
Conteggio Installazioni 84
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-04-29
Data di Pubblicazione 2016-04-29
Valutazione 1.57/5 Totale 7 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}