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
Vad är VLIVE Downloader?
VLIVE Downloader är en Chrome-tillägg utvecklad av 김상자, och dess huvudfunktion är "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".
Tilläggsskärmbilder
Ladda ner VLIVE Downloader-förlängningens CRX-fil
Ladda ner VLIVE Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easily download VOD and post-video (+subs) of VLIVE
The user is responsible for the use of the extension and for the saved video Grundläggande Information om Tillägg
| Namn | |
| ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Officiell webbadress | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Beskrivning | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
| Filstorlek | 145 KB |
| Antal Installationer | 3,929 |
| Aktuell Version | 2.1.1 |
| Senast Uppdaterad | 2021-03-13 |
| Publiceringsdatum | 2021-02-20 |
| Betyg | 4.86/5 Totalt 7 Betyg |
| Utvecklare | 김상자 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/box-archived/chrome-vlive-downloader |
| Hjälpsida URL | https://github.com/box-archived/chrome-vlive-downloader/issues |
| Stödda Språk | 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"
} | |