HARExportFromLocalStorage Firefox

Examine source code of HARExportFromLocalStorage

Inspect and view changes in HARExportFromLocalStorage source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "HARExportFromLocalStorage",
  "author": "Bogdan Imanaev",
  "short_name": "HARExportFromLocalStorage",
  "version": "0.0.1",
  "devtools_page": "src/devtools.html",
  "description": "Trigger HAR export from within a web page based on https://github.com/devtools-html/har-export-trigger/. With the ability to get HAR from local storage ",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "strict_min_version": "61.0"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "lib/harapi.js"
  ]
}

Best HARExportFromLocalStorage Alternatives

Here are some Firefox add-ons that are similar to HARExportFromLocalStorage: