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 |
官方網址 | 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" } } |