Youtube Categories

Associate youtube channels with a category on the youtube subscription & homepage.

Cos'è Youtube Categories?

Youtube Categories è un'estensione di Chrome sviluppata da https://deejdesigns.com, e la sua funzione principale è "Associate youtube channels with a category on the youtube subscription & homepage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Categories

Scarica i file di estensione Youtube Categories 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

                        Associate youtube channels with a category on the subscription page. 

WARNING!
This is only currently for my personal use. If enough people show interest I'll add additional features like allowing filtering by category and adding your own custom categories. I've only released it on the store so I can sync data from this plugin across multiple computers.

Update: This plugin no longer requires the Youtube Subscription Grid plugin.                    

Informazioni di Base sull'Estensione

Nome Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
URL Ufficiale https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Descrizione Associate youtube channels with a category on the youtube subscription & homepage.
Dimensione del File 1.8 MB
Conteggio Installazioni 490
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-11-13
Data di Pubblicazione 2017-11-13
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore https://deejdesigns.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Categories",
    "description": "Associate youtube channels with a category on the youtube subscription & homepage.",
    "version": "0.0.5",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions",
                "https:\/\/www.youtube.com\/feed\/subscriptions?*",
                "https:\/\/www.youtube.com\/"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}