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
Cos'è VLIVE Downloader?
VLIVE Downloader è un'estensione di Chrome sviluppata da 김상자, e la sua funzione principale è "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VLIVE Downloader
Scarica i file di estensione VLIVE Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
Informazioni di Base sull'Estensione
Nome | VLIVE Downloader |
ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
URL Ufficiale | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
Descrizione | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
Dimensione del File | 145 KB |
Conteggio Installazioni | 3,929 |
Versione Corrente | 2.1.1 |
Ultimo Aggiornamento | 2021-03-13 |
Data di Pubblicazione | 2021-02-20 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | 김상자 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/box-archived/chrome-vlive-downloader |
URL della Pagina di Aiuto | https://github.com/box-archived/chrome-vlive-downloader/issues |
Lingue Supportate | 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" } |