Youtube Categories

Add the categories back to YouTube™

Was ist Youtube Categories?

Youtube Categories ist eine Chrome-Erweiterung, die von Andrew Grimm entwickelt wurde, und ihr Hauptmerkmal ist "Add the categories back to YouTube™".

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

                        Google removed the YouTube categories from the description of videos. This extension allows you to easily see YouTube video categories again in place of the subscriber count of a channel. If you're just curious, or need to view these categories for web filtering, YouTube Categories will give you back the information you were missing.                    

Grundlegende Informationen zur Erweiterung

Name Youtube Categories Youtube Categories
ID eddhbfndofdkljemlhkldinjpbkhdpcm
Offizielle URL https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm
Beschreibung Add the categories back to YouTube™
Dateigröße 45.24 KB
Installationsanzahl 1,017
Aktuelle Version 0.1.4
Letztes Update 2021-09-01
Veröffentlichungsdatum 2020-12-23
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Andrew Grimm
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Categories",
    "version": "0.1.4",
    "description": "Add the categories back to YouTube\u2122",
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}