nhentai Downloader

nhentai Downloader

Download gallery as zip file from nhentai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "nhentai Downloader",
  "version": "1.0",
  "description": "Download gallery as zip file from nhentai",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://nhentai.net/g/*"
      ],
      "js": [
        "FileSaver.js",
        "jszip.js",
        "jszip-utils.js",
        "gallery.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://i.nhentai.net/*"
  ]
}