Rewrite Content Disposition Firefox

Examine source code of Rewrite Content Disposition

Inspect and view changes in Rewrite Content Disposition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Rewrite Content Disposition header",
  "version": "1.1resigned1",
  "description": "This add-on changes the disposition of Content-Disposition response headers from attachment to inline. If an attachment is detected in the response header, it will be rewritten to 'inline' so no popup will appear.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f6282b1-e4d5-4cb0-aa11-1c2600dcd730}"
    }
  }
}

Best Rewrite Content Disposition Alternatives

Here are some Firefox add-ons that are similar to Rewrite Content Disposition: