Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Was ist Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar ist eine Chrome-Erweiterung, die von Magic Dev entwickelt wurde, und ihr Hauptmerkmal ist "Change the red color to a custom YouTube progress bar color".
Erweiterungsscreenshots
Custom Color for YouTube's Progress Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Color for YouTube's Progress Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ockckcgfofdgmleckhfigmkgkmafgald |
| Offizielle URL | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
| Beschreibung | Change the red color to a custom YouTube progress bar color |
| Dateigröße | 50.95 KB |
| Installationsanzahl | 1,092 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2022-11-05 |
| Veröffentlichungsdatum | 2022-08-22 |
| Bewertung | 4.10/5 Insgesamt 20 Bewertungen |
| Entwickler | Magic Dev |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |