Redirect Viewer Firefox

Examine source code of Redirect Viewer

Inspect and view changes in Redirect Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Redirect Viewer",
  "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": "{1397bd23-6bd5-481d-968d-c092e2fe67b8}",
      "strict_min_version": "89.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

Best Redirect Viewer Alternatives

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