By: soup
Inspect and view changes in qui source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "qui",
"description": "Add torrents to qBittorrent instances managed by qui — right-click any magnet or torrent link to send it directly.",
"version": "0.3.0",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"storage",
"contextMenus",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "qui@s0up4200",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "qui",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"content-scripts/content.js"
]
}
]
} Best qui Alternatives
Here are some Firefox add-ons that are similar to qui:
Send to qBittorrent
frogmech
Push to qBittorrent
Mozzy
qbitload
kami
remote-torrent
DES2048
Add Torrent To
gchristnsn
Send to qBittorrent (with SavePaths)
Dareeo
ChromeTorrent
Peter
BitTorrent for Firefox
Bittorrent for Firefox
Add Link to qBittorrent WebUI
CR
Torrent Control
Aiken
uTorrent Connector
Matt Hensman
Magnet Link and .torrent to Transmission
Borja Penuelas