Redirect Chain Firefox

Examine source code of Redirect Chain

By: Ariya
Inspect and view changes in Redirect Chain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Redirect Chain",
  "version": "1.0",
  "description": "Displays the full redirect in chain at browser console when navigating to a new page.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Redirect Chain"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{55391946-dcc1-48ae-8f0d-dc0fa382e6f3}",
      "strict_min_version": "89.0"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

Best Redirect Chain Alternatives

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