VLIVE Downloader

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Box_Archived",
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png",
      "256": "icon256.png"
    },
    "default_popup": "popup.html",
    "default_title": "VLIVE Downloader"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "VLIVE Downloader",
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "version": "2.1.1"
}