Request sender Firefox

Examine source code of Request sender

Inspect and view changes in Request sender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Request sender",
  "version": "0.0.1",
  "description": "Send HTTP requests directly from the browser",
  "author": "TheNamlessGuy",
  "homepage_url": "https://github.com/TheNamlessGuy/browser-request-sender",
  "developer": {
    "name": "TheNamlessGuy",
    "url": "https://github.com/TheNamlessGuy/browser-request-sender"
  },
  "icons": {
    "96": "res/icon/96.png"
  },
  "permissions": [
    "tabs",
    "menus",
    "storage",
    "unlimitedStorage",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "src/communication.js",
      "src/contextmenus.js",
      "src/options/bookmark.js",
      "src/options/opts.js",
      "src/templates.js",
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "request-sender@TheNamlessGuy.github.io"
    }
  }
}

Best Request sender Alternatives

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