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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |