Delta for YouTube
Show a time difference in the YouTube progress bar.
Wat is Delta for YouTube?
Delta for YouTube is een Chrome-extensie ontwikkeld door nickells, en de belangrijkste functie is "Show a time difference in the YouTube progress bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Delta for YouTube
Download Delta for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
Basisinformatie over de Extensie
Naam | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
Officiële URL | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
Beschrijving | Show a time difference in the YouTube progress bar. |
Bestandsgrootte | 678 KB |
Aantal Installaties | 1,373 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2016-11-20 |
Publicatiedatum | 2016-11-20 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | nickells |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |