Youtube Categories
Add the categories back to YouTube™
Wat is Youtube Categories?
Youtube Categories is een Chrome-extensie ontwikkeld door Andrew Grimm, en de belangrijkste functie is "Add the categories back to YouTube™".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Categories
Download Youtube Categories-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | eddhbfndofdkljemlhkldinjpbkhdpcm |
Officiële URL | https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm |
Beschrijving | Add the categories back to YouTube™ |
Bestandsgrootte | 45.24 KB |
Aantal Installaties | 1,017 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2021-09-01 |
Publicatiedatum | 2020-12-23 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Andrew Grimm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |