HTTP request maker Firefox

Examine source code of HTTP request maker

By: stefano
Inspect and view changes in HTTP request maker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP request Maker",
  "description": "Displays a sidebar that lets you to forge HTTP requests",
  "version": "1.3",
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1"
    }
  },
  "sidebar_action": {
    "default_icon": "icons/icon_final64.png",
    "default_title": "HTTP request Maker",
    "default_panel": "sidebar/panel.html"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "<all_urls>",
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+Y"
      }
    }
  }
}

Best HTTP request maker Alternatives

Here are some Firefox add-ons that are similar to HTTP request maker: