Local Storage Data Explorer Firefox

Examine source code of Local Storage Data Explorer

Inspect and view changes in Local Storage Data Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Local Storage Data Explorer",
  "version": "1.0",
  "description": "View and manage browser local storage easily.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Local Storage Data Explorer",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "local-storage-data-explorer@storage.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ]
}

Best Local Storage Data Explorer Alternatives

Here are some Firefox add-ons that are similar to Local Storage Data Explorer: