VLIVE Downloader
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
什么是VLIVE Downloader?
VLIVE Downloader是由김상자开发的Chrome扩展程序,该扩展的主要功能是“Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video”。
扩展截图
下载VLIVE Downloader扩展crx文件
下载VLIVE Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily download VOD and post-video (+subs) of VLIVE
The user is responsible for the use of the extension and for the saved video 扩展基本信息
| 名称 | |
| ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| 官方URL | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| 简介 | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
| 文件大小 | 145 KB |
| 安装次数 | 3,929 |
| 当前版本 | 2.1.1 |
| 更新时间 | 2021-03-13 |
| 上架时间 | 2021-02-20 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | 김상자 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/box-archived/chrome-vlive-downloader |
| 帮助页面URL | https://github.com/box-archived/chrome-vlive-downloader/issues |
| 支持的语言 | en,fr,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Box_Archived",
"browser_action": {
"default_icon": {
"128": "icon128.png",
"16": "icon16.png",
"256": "icon256.png",
"48": "icon48.png"
},
"default_popup": "popup.html",
"default_title": "VLIVE Downloader"
},
"icons": {
"256": "icon256.png",
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"description": "__MSG_appDesc__",
"manifest_version": 2,
"default_locale": "en",
"name": "VLIVE Downloader",
"permissions": [
"downloads",
"activeTab"
],
"version": "2.1.1"
} | |