Youtube Categories
Associate youtube channels with a category on the youtube subscription & homepage.
Youtube Categories là gì?
Youtube Categories là một tiện ích mở rộng Chrome được phát triển bởi https://deejdesigns.com, và tính năng chính của nó là "Associate youtube channels with a category on the youtube subscription & homepage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Categories
Tải xuống các tệp mở rộng Youtube Categories dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Categories |
ID | hennlecbpnfiibglfmhmnplnhmioboei |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei |
Mô tả | Associate youtube channels with a category on the youtube subscription & homepage. |
Kích Thước Tệp | 1.8 MB |
Số Lần Cài Đặt | 490 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2017-11-13 |
Ngày Phát Hành | 2017-11-13 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://deejdesigns.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |