pyLoad-ng connector Firefox

Examine source code of pyLoad-ng connector

Inspect and view changes in pyLoad-ng connector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "pyLoad-ng connector",
  "version": "1.6.6",
  "custom_license": "LICENSE",
  "categories": {
    "firefox": [
      "downloads",
      "bookmarks"
    ]
  },
  "version_name": "1.6.6",
  "author": "Andrei Raceala",
  "license": "LICENSE",
  "browser_specific_settings": {
    "gecko": {
      "id": "pyload-ng-connector@andrei.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Send links directly to your local pyLoad-ng server.",
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://localhost/*",
    "https://127.0.0.1/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best pyLoad-ng connector Alternatives

Here are some Firefox add-ons that are similar to pyLoad-ng connector: