FanficDownloader Firefox

Examine source code of FanficDownloader

Inspect and view changes in FanficDownloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FanficDownloader",
  "version": "1.1",
  "description": "Download novel in epub format from m.fanfiction.net",
  "icons": {
    "16": "fanfic_icon.webp"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fanfiction.doktorpilman@gmail.com",
      "strict_min_version": "90.0"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://m.fanfiction.net/s/*"
      ],
      "js": [
        "jszip.js",
        "FileSaver.js",
        "content.js"
      ]
    }
  ]
}

Best FanficDownloader Alternatives

Here are some Firefox add-ons that are similar to FanficDownloader: