Youtube Categories

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

Was ist Youtube Categories?

Youtube Categories ist eine Chrome-Erweiterung, die von https://deejdesigns.com entwickelt wurde, und ihr Hauptmerkmal ist "Associate youtube channels with a category on the youtube subscription & homepage.".

Erweiterungsscreenshots

screenshot

Youtube Categories-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Categories-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
Offizielle URL https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Beschreibung Associate youtube channels with a category on the youtube subscription & homepage.
Dateigröße 1.8 MB
Installationsanzahl 490
Aktuelle Version 0.0.5
Letztes Update 2017-11-13
Veröffentlichungsdatum 2017-11-13
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler https://deejdesigns.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}