Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Hvad er Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar er en Chrome-udvidelse udviklet af Magic Dev, og dens hovedfunktion er "Change the red color to a custom YouTube progress bar color".
Udvidelsesskærmbilleder
Download Custom Color for YouTube's Progress Bar-udvidelses-CRX-fil
Download Custom Color for YouTube's Progress Bar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 :)
Grundlæggende oplysninger om udvidelsen
Navn | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
Officiel URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Beskrivelse | Change the red color to a custom YouTube progress bar color |
Filstørrelse | 50.95 KB |
Antal Installationer | 1,092 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2022-11-05 |
Udgivelsesdato | 2022-08-22 |
Bedømmelse | 4.10/5 Samlet 20 Bedømmelser |
Udvikler | Magic Dev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |