Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
Cos'è Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar è un'estensione di Chrome sviluppata da Magic Dev, e la sua funzione principale è "Change the red color to a custom YouTube progress bar color".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Color for YouTube's Progress Bar
Scarica i file di estensione Custom Color for YouTube's Progress Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :) Informazioni di Base sull'Estensione
| Nome | |
| ID | ockckcgfofdgmleckhfigmkgkmafgald |
| URL Ufficiale | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
| Descrizione | Change the red color to a custom YouTube progress bar color |
| Dimensione del File | 50.95 KB |
| Conteggio Installazioni | 1,092 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2022-11-05 |
| Data di Pubblicazione | 2022-08-22 |
| Valutazione | 4.10/5 Totale 20 Valutazioni |
| Sviluppatore | Magic Dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |