IDM [Internet Download Manager] 크롬 확장프로그램

IDM [Internet Download Manager] 크롬 확장프로그램

인터넷 다운로드 매니저 (IDM) 확장 프로그램 설치방법 ✅ 크롬 IDM 확장프로그램 추가

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IDM [Internet Download Manager] 크롬 확장프로그램",
  "description": "인터넷 다운로드 매니저 (IDM) 확장 프로그램 설치방법 ✅ 크롬 IDM 확장프로그램 추가",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}