Redirect Path Analyzer Firefox

Examine source code of Redirect Path Analyzer

By: okfun
Inspect and view changes in Redirect Path Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Redirect Path Analyzer",
  "version": "1.3",
  "description": "Analyze HTTP headers, status codes, and redirect chains for any webpage.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Redirect Path"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{060aaa18-4dc9-46f7-af05-8f64d28c12ec}"
    }
  }
}

Best Redirect Path Analyzer Alternatives

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