Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
What is Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar is a Chrome extension developed by Magic Dev, and its main feature is "Change the red color to a custom YouTube progress bar color".
Extension Screenshots
Download Custom Color for YouTube's Progress Bar Extension CRX File
Download Custom Color for YouTube's Progress Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
Official URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Description | Change the red color to a custom YouTube progress bar color |
File Size | 50.95 KB |
Installation Count | 1,092 |
Current Version | 1.0.3 |
Last Updated | 2022-11-05 |
Publish Date | 2022-08-22 |
Rating | 4.10/5 Total 20 Ratings |
Developer | Magic Dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |