Youtube Categories
Associate youtube channels with a category on the youtube subscription & homepage.
什么是Youtube Categories?
Youtube Categories是由https://deejdesigns.com开发的Chrome扩展程序,该扩展的主要功能是“Associate youtube channels with a category on the youtube subscription & homepage.”。
扩展截图
下载Youtube Categories扩展crx文件
下载Youtube Categories扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Youtube Categories |
ID | hennlecbpnfiibglfmhmnplnhmioboei |
官方URL | https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei |
简介 | Associate youtube channels with a category on the youtube subscription & homepage. |
文件大小 | 1.8 MB |
安装次数 | 490 |
当前版本 | 0.0.5 |
更新时间 | 2017-11-13 |
上架时间 | 2017-11-13 |
评分 | 3.60/5 共5次评分 |
开发者 | https://deejdesigns.com |
付费类型 | free |
支持的语言 | 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" } } |