Youtube Categories
Add the categories back to YouTube™
Youtube Categories là gì?
Youtube Categories là một tiện ích mở rộng Chrome được phát triển bởi Andrew Grimm, và tính năng chính của nó là "Add the categories back to YouTube™".
Ả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
Google removed the YouTube categories from the description of videos. This extension allows you to easily see YouTube video categories again in place of the subscriber count of a channel. If you're just curious, or need to view these categories for web filtering, YouTube Categories will give you back the information you were missing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eddhbfndofdkljemlhkldinjpbkhdpcm |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm |
Mô tả | Add the categories back to YouTube™ |
Kích Thước Tệp | 45.24 KB |
Số Lần Cài Đặt | 1,017 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2021-09-01 |
Ngày Phát Hành | 2020-12-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Andrew Grimm |
[email protected] | |
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", "version": "0.1.4", "description": "Add the categories back to YouTube\u2122", "background": [], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |