Youtube Playlist Duration Calculator
Displays youtube playlist remaining watching time.
什么是Youtube Playlist Duration Calculator?
Youtube Playlist Duration Calculator是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Displays youtube playlist remaining watching time.”。
扩展截图
下载Youtube Playlist Duration Calculator扩展crx文件
下载Youtube Playlist Duration Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension display the remaining watch time of any youtube playlist !
Source code :
https://github.com/adblanc/youtube-playlist-duration 扩展基本信息
| 名称 | |
| ID | flkamnloonejpkclncceejohhpfckldm |
| 官方URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm |
| 简介 | Displays youtube playlist remaining watching time. |
| 文件大小 | 121 KB |
| 安装次数 | 429 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2020-03-23 |
| 上架时间 | 2020-03-23 |
| 评分 | 2.00/5 共10次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/adblanc/youtube-playlist-duration |
| 帮助页面URL | https://github.com/adblanc/youtube-playlist-duration |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.1.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"lib\/script.js"
]
}
],
"author": "Blanc Adrien"
} | |