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. 扩展基本信息
| 名称 | |
| ID | ofbfdabicijcdjoeemcgabeeapciibbf |
| 官方URL | 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"
]
}
]
} | |