Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Custom Color for YouTube's Progress Bar là gì?
Custom Color for YouTube's Progress Bar là một tiện ích mở rộng Chrome được phát triển bởi Magic Dev, và tính năng chính của nó là "Change the red color to a custom YouTube progress bar color".
Ả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 Custom Color for YouTube's Progress Bar
Tải xuống các tệp mở rộng Custom Color for YouTube's Progress Bar 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
Change Youtube™ progress bar to custom color. Make your Youtube™ player awesome! - The ability to choose the color yourself - Selection of beautiful colors for the progress bar - Color preservation. You don't have to choose a color every time ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ------------------- Leave your feedback :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Mô tả | Change the red color to a custom YouTube progress bar color |
Kích Thước Tệp | 50.95 KB |
Số Lần Cài Đặt | 1,092 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-11-05 |
Ngày Phát Hành | 2022-08-22 |
Đánh Giá | 4.10/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Magic Dev |
[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": 3, "name": "Custom Color for YouTube's Progress Bar", "description": "Change the red color to a custom YouTube progress bar color", "version": "1.0.3", "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "storage" ] } |