Mine-Craft Steve Progress Bar for YouTube™
Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
Cos'è Mine-Craft Steve Progress Bar for YouTube™?
Mine-Craft Steve Progress Bar for YouTube™ è un'estensione di Chrome sviluppata da Magic Dev, e la sua funzione principale è "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mine-Craft Steve Progress Bar for YouTube™
Scarica i file di estensione Mine-Craft Steve Progress Bar for YouTube™ 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
Make the progress bar of the Youtube player more fun and beautiful! The extension offers a fun animated progress bar instead of the boring classic YouTube strip. The main character of the game is now in your YouTube!
Informazioni di Base sull'Estensione
Nome | |
ID | adfohncenmofllmfhfnhidgnpcaeghci |
URL Ufficiale | https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci |
Descrizione | Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome! |
Dimensione del File | 385 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.18 |
Ultimo Aggiornamento | 2021-09-14 |
Data di Pubblicazione | 2021-09-14 |
Valutazione | 5.00/5 Totale 1 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": 2, "name": "Mine-Craft Steve Progress Bar for YouTube\u2122", "short_name": "Steve Progress Bar", "version": "1.18", "description": "Change Youtube\u2122 progress bar to Steve from Mine-Craft. Make your Youtube\u2122 player awesome!", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "steave.gif" ] } |