TRPL Redirect Firefox

Examine source code of TRPL Redirect

Inspect and view changes in TRPL Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TRPL Redirect",
  "short_name": "trpl-redirect",
  "description": "Redirect outdated links to The Rust Programming Language book to the right URLs",
  "manifest_version": 2,
  "version": "1.0.1resigned1",
  "author": "Srishan Bhattarai",
  "homepage_url": "https://github.com/srishanbhattarai/trpl-redirect",
  "content_scripts": [
    {
      "matches": [
        "https://doc.rust-lang.org/book/second-edition/*"
      ],
      "js": [
        "./build.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{542c2ef4-a1de-4344-b1dd-2959d094f021}"
    }
  }
}

Best TRPL Redirect Alternatives

Here are some Firefox add-ons that are similar to TRPL Redirect: