rd-torrent Firefox

Examine source code of rd-torrent

By: allaf
Inspect and view changes in rd-torrent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "rd-torrent",
  "version": "0.0.1",
  "description": "copy magnet links to real-debrid form",
  "icons": {
    "16": "img/real-debrid16.png",
    "32": "img/real-debrid32.png",
    "48": "img/real-debrid48.png",
    "96": "img/real-debrid96.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://real-debrid.com/torrents"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "https://real-debrid.com/*"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@rd-torrent",
      "strict_min_version": "146.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "img/real-debrid16.png",
      "32": "img/real-debrid32.png",
      "48": "img/real-debrid48.png",
      "96": "img/real-debrid96.png"
    }
  }
}

Best rd-torrent Alternatives

Here are some Firefox add-ons that are similar to rd-torrent: