Delta for YouTube
Show a time difference in the YouTube progress bar.
什麼是Delta for YouTube?
Delta for YouTube是由nickells開發的Chrome擴展程式,該擴展的主要功能是“Show a time difference in the YouTube progress bar.”。
擴展截圖
下載Delta for YouTube擴展crx文件
下載Delta for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
擴展基本資訊
名稱 | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
官方網址 | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
簡介 | Show a time difference in the YouTube progress bar. |
檔案大小 | 678 KB |
安裝次數 | 1,373 |
目前版本 | 1.5 |
更新時間 | 2016-11-20 |
上架時間 | 2016-11-20 |
評分 | 4.86/5 共 7 次評分 |
開發者 | nickells |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |