▷ IDM Integration Module [IDM Extension]

▷ IDM Integration Module [IDM Extension]

✅ Internet Download Manager Integration Module [IDM Extension] Chrome,Opera,Firefox,Edge. Add IDM to Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "▷ IDM Integration Module [IDM Extension]",
  "description": "✅ Internet Download Manager Integration Module [IDM Extension] Chrome,Opera,Firefox,Edge. Add IDM to Chrome",
  "version": "2.0.0",
  "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"
  }
}