TorBox Control Firefox

Examine source code of TorBox Control

Inspect and view changes in TorBox Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TorBox Control",
  "description": "Manage your TorBox downloads from your browser",
  "version": "3.1.0",
  "icons": {
    "16": "/icons/torbox-16.png",
    "32": "/icons/torbox-32.png",
    "48": "/icons/torbox-48.png",
    "128": "/icons/torbox-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "alarms",
    "activeTab",
    "contextMenus",
    "downloads",
    "webRequest",
    "https://api.torbox.app/*",
    "https://search-api.torbox.app/*",
    "https://relay.torbox.app/*",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3e92d9e-a13b-4ab5-8741-71a89c248733}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TorBox Control",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "js": [
        "content-scripts/power-tools-early.js"
      ],
      "css": [
        "content-scripts/power-tools-early.css"
      ],
      "matches": [
        "*://torbox.app/*"
      ],
      "run_at": "document_start"
    }
  ]
}

Best TorBox Control Alternatives

Here are some Firefox add-ons that are similar to TorBox Control: