Goodreads Downloader Firefox

Examine source code of Goodreads Downloader

By: Remi Add-on
Inspect and view changes in Goodreads Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Goodreads Downloader",
  "version": "1.2",
  "description": "Adds a 'Download' button to Goodreads and auto-downloads EPUB from OceanOfPDF",
  "content_scripts": [
    {
      "matches": [
        "*://www.goodreads.com/*",
        "*://goodreads.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://oceanofpdf.com/*",
        "*://*.oceanofpdf.com/*"
      ],
      "js": [
        "oceanContentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42ae7f13-4978-4173-ae25-1c784be3cfdd}"
    }
  }
}

Best Goodreads Downloader Alternatives

Here are some Firefox add-ons that are similar to Goodreads Downloader: