Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Vad är Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar är en Chrome-tillägg utvecklad av Magic Dev, och dess huvudfunktion är "Change the red color to a custom YouTube progress bar color".
Tilläggsskärmbilder
Ladda ner Custom Color for YouTube's Progress Bar-förlängningens CRX-fil
Ladda ner Custom Color for YouTube's Progress Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
Beskrivning | Change the red color to a custom YouTube progress bar color |
Filstorlek | 50.95 KB |
Antal Installationer | 1,092 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-11-05 |
Publiceringsdatum | 2022-08-22 |
Betyg | 4.10/5 Totalt 20 Betyg |
Utvecklare | Magic Dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |