Youtube Categories
Associate youtube channels with a category on the youtube subscription & homepage.
Wat is Youtube Categories?
Youtube Categories is een Chrome-extensie ontwikkeld door https://deejdesigns.com, en de belangrijkste functie is "Associate youtube channels with a category on the youtube subscription & homepage.".
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
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.
Basisinformatie over de Extensie
Naam | Youtube Categories |
ID | hennlecbpnfiibglfmhmnplnhmioboei |
Officiële URL | https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei |
Beschrijving | Associate youtube channels with a category on the youtube subscription & homepage. |
Bestandsgrootte | 1.8 MB |
Aantal Installaties | 490 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2017-11-13 |
Publicatiedatum | 2017-11-13 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://deejdesigns.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |