HoU Downloader Firefox

Examine source code of HoU Downloader

By: philipk Add-on
Inspect and view changes in HoU Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HoU Downloader",
  "version": "1.0.1",
  "description": "An extension to add download buttons to house-of-usenet to automatically add to sabnzbd",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "icons": {
    "128": "/icon.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://house-of-usenet.com/*"
      ],
      "js": [
        "/content.js"
      ],
      "css": [
        "/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "/options.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "/background.js"
    ]
  }
}

Best HoU Downloader Alternatives

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