Storage Explorer Firefox

Examine source code of Storage Explorer

Inspect and view changes in Storage Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "Storage Explorer",
  "browser_specific_settings": {
    "gecko": {
      "id": "localstorageexplorer@example.com",
      "strict_min_version": "128.0"
    }
  },
  "version": "0.13.1",
  "description": "Easily view, copy or search local storage content from any webpage by clicking on the extension icon.",
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "optional_permissions": [
    "scripting",
    "cookies"
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": "icon32.png",
    "default_title": "Storage Explorer"
  },
  "chrome_url_overrides": {},
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.svg",
        "icon128.png",
        "icon32.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Mejores alternativas Storage Explorer

Aquí hay algunas Firefox add-ons que son similares a Storage Explorer: