Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Wat is Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar is een Chrome-extensie ontwikkeld door Magic Dev, en de belangrijkste functie is "Change the red color to a custom YouTube progress bar color".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Color for YouTube's Progress Bar
Download Custom Color for YouTube's Progress Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
Officiële URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Beschrijving | Change the red color to a custom YouTube progress bar color |
Bestandsgrootte | 50.95 KB |
Aantal Installaties | 1,092 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-11-05 |
Publicatiedatum | 2022-08-22 |
Beoordeling | 4.10/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Magic Dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |