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
擴展基本資訊
名稱 | VLIVE Downloader |
ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
官方網址 | 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" } |