IndexedDB Viewer Firefox

Examine source code of IndexedDB Viewer

By: Hendrix
Inspect and view changes in IndexedDB Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IndexedDB Viewer",
  "version": "5.5",
  "description": "Browse and manage the IndexedDB databases of any website. View, inspect, and delete records.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e2b01063-827e-480b-87ad-9cc8ab1e8404}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "96": "icon96.png",
      "128": "icon128.png"
    },
    "default_title": "IndexedDB Viewer",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best IndexedDB Viewer Alternatives

Here are some Firefox add-ons that are similar to IndexedDB Viewer: