Delta for YouTube
Show a time difference in the YouTube progress bar.
Cos'è Delta for YouTube?
Delta for YouTube è un'estensione di Chrome sviluppata da nickells, e la sua funzione principale è "Show a time difference in the YouTube progress bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Delta for YouTube
Scarica i file di estensione Delta 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
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
Informazioni di Base sull'Estensione
Nome | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
URL Ufficiale | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
Descrizione | Show a time difference in the YouTube progress bar. |
Dimensione del File | 678 KB |
Conteggio Installazioni | 1,373 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2016-11-20 |
Data di Pubblicazione | 2016-11-20 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | nickells |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delta for YouTube", "short_name": "Delta", "description": "Show a time difference in the YouTube progress bar.", "version": "1.5", "icons": { "16": "icons\/delta-16.png", "48": "icons\/delta-48.png", "128": "icons\/delta-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "delta.css" ], "js": [ "node_modules\/moment\/min\/moment.min.js", "delta.js" ] } ] } |