Youtube Categories

Add the categories back to YouTube™

Cos'è Youtube Categories?

Youtube Categories è un'estensione di Chrome sviluppata da Andrew Grimm, e la sua funzione principale è "Add the categories back to YouTube™".

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Youtube Categories Youtube Categories
ID eddhbfndofdkljemlhkldinjpbkhdpcm
URL Ufficiale https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm
Descrizione Add the categories back to YouTube™
Dimensione del File 45.24 KB
Conteggio Installazioni 1,017
Versione Corrente 0.1.4
Ultimo Aggiornamento 2021-09-01
Data di Pubblicazione 2020-12-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Andrew Grimm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}