NZBDonkey Firefox

Examine source code of NZBDonkey

By: Tensai Add-on
Inspect and view changes in NZBDonkey source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.7.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting",
    "notifications",
    "downloads",
    "contextMenus",
    "clipboardWrite",
    "webRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/libarchive.wasm",
        "/fetchListener.js",
        "/icon/*",
        "/img/*",
        "/assets/style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dd77cf0b-b93f-4e9f-8006-b642c02219db}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "NZBDonkey",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "content-scripts/nzblnk.js"
      ]
    }
  ]
}

Best NZBDonkey Alternatives

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