Internet Archive Downloader

Internet Archive Downloader

Download PDF books from archive.org

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "author": "Element Davv <[email protected]>",
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/elementdavv/internet_archive_downloader",
  "name": "Internet Archive Downloader",
  "version": "0.7.0",
  "default_locale": "en",
  "icons": {
    "128": "images/logo128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/logo128.png"
    },
    "default_title": "__MSG_title__"
  },
  "background": {
    "service_worker": "js/bg.js",
    "type": "module"
  },
  "permissions": [
    "declarativeNetRequest",
    "downloads",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "js/*"
      ],
      "matches": [
        "https://archive.org/*",
        "https://babel.hathitrust.org/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}