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?
Custom Color for YouTube's Progress Bar是由Magic Dev开发的Chrome扩展程序,该扩展的主要功能是“Change the red color to a custom YouTube progress bar color”。
扩展截图
下载Custom Color for YouTube's Progress Bar扩展crx文件
下载Custom Color for YouTube's Progress Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
官方URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
简介 | Change the red color to a custom YouTube progress bar color |
文件大小 | 50.95 KB |
安装次数 | 1,092 |
当前版本 | 1.0.3 |
更新时间 | 2022-11-05 |
上架时间 | 2022-08-22 |
评分 | 4.10/5 共20次评分 |
开发者 | Magic Dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |