Delta for YouTube
Show a time difference in the YouTube progress bar.
What is Delta for YouTube?
Delta for YouTube is a Chrome extension developed by nickells, and its main feature is "Show a time difference in the YouTube progress bar.".
Extension Screenshots
Download Delta for YouTube Extension CRX File
Download Delta for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
Extension Basic Information
Name | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
Official URL | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
Description | Show a time difference in the YouTube progress bar. |
File Size | 678 KB |
Installation Count | 1,373 |
Current Version | 1.5 |
Last Updated | 2016-11-20 |
Publish Date | 2016-11-20 |
Rating | 4.86/5 Total 7 Ratings |
Developer | nickells |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |