PNU VIDEO DOWNLOADER

PNU VIDEO DOWNLOADER

PNU 비디오 다운로더

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PNU VIDEO DOWNLOADER",
  "description": "PNU 비디오 다운로더",
  "version": "2.0.4",
  "icons": {
    "16": "assets/default.png",
    "48": "assets/default.png",
    "128": "assets/default.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lib/crypto.js",
      "lib/jquery.js",
      "lib/ajax.js",
      "lib/downloadNormalFile.js",
      "lib/getFileList.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "assets/noti.html"
  ],
  "permissions": [
    "storage",
    "webRequest",
    "contextMenus",
    "*://*.com/*",
    "*://*.co.kr/*",
    "*://*.ac.kr/*"
  ]
}