Youtube Categories

Add the categories back to YouTube™

Hvad er Youtube Categories?

Youtube Categories er en Chrome-udvidelse udviklet af Andrew Grimm, og dens hovedfunktion er "Add the categories back to YouTube™".

Udvidelsesskærmbilleder

screenshot

Download Youtube Categories-udvidelses-CRX-fil

Download Youtube Categories-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Categories Youtube Categories
ID eddhbfndofdkljemlhkldinjpbkhdpcm
Officiel URL https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm
Beskrivelse Add the categories back to YouTube™
Filstørrelse 45.24 KB
Antal Installationer 1,017
Nuværende Version 0.1.4
Senest Opdateret 2021-09-01
Udgivelsesdato 2020-12-23
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Andrew Grimm
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}