Request Repeater Firefox

Examine source code of Request Repeater

By: GSK
Inspect and view changes in Request Repeater source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Request Repeater",
  "version": "7",
  "description": "Replay HTTP requests with custom method, headers, and body. Keeps a history of recent requests. Mini REST client.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1dc194d4-0876-4a45-b44a-4758eeec8f5a}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "res/icon16.png",
      "32": "res/icon32.png",
      "48": "res/icon48.png",
      "96": "res/icon96.png",
      "128": "res/icon128.png"
    },
    "default_title": "Request Repeater",
    "default_popup": "code/popup.html"
  },
  "icons": {
    "16": "res/icon16.png",
    "32": "res/icon32.png",
    "48": "res/icon48.png",
    "96": "res/icon96.png",
    "128": "res/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Request Repeater Alternatives

Here are some Firefox add-ons that are similar to Request Repeater: