Youtube Categories

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

Qu'est-ce que Youtube Categories ?

Youtube Categories est une extension Chrome développée par https://deejdesigns.com, et sa fonction principale est "Associate youtube channels with a category on the youtube subscription & homepage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Categories

Téléchargez les fichiers d'extension Youtube Categories au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
URL Officiel https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Description Associate youtube channels with a category on the youtube subscription & homepage.
Taille du Fichier 1.8 MB
Nombre d'Installations 490
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-11-13
Date de Publication 2017-11-13
Évaluation 3.60/5 Total 5 Évaluations
Développeur https://deejdesigns.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}