RESTer

RESTer

Perform HTTP requests with any method, URL, body and custom headers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RESTer",
  "version": "3.8.24.1249",
  "description": "Perform HTTP requests with any method, URL, body and custom headers",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "cookies",
    "tabs"
  ],
  "optional_permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background/bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    }
  },
  "minimum_chrome_version": "67",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}