qbitload Firefox

Examine source code of qbitload

By: kami
Inspect and view changes in qbitload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "qbitload",
  "version": "1.0.0",
  "description": "Send torrent/magnet links to qBittorrent with category support and connection status",
  "author": "kamilakis",
  "homepage_url": "https://github.com/kamilakis/qbitload",
  "permissions": [
    "contextMenus",
    "storage",
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "leftclicksend.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "config.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "qbitload@automa.gr",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best qbitload Alternatives

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