IndexedDB Explorer Firefox

IndexedDB Explorer

Explore and query IndexedDB databases using SQL-like WHERE clauses

Features & Capabilities

Features:

  • Browse all IndexedDB databases on the current page
  • View all object stores within a database
  • Query data using SQL-like WHERE clauses
  • Support for complex queries with AND/OR operators
  • Support for comparison operators: =, !=, <>, >, <, >=, <=
  • Support for BETWEEN operator
  • Date comparison support
  • Nested property access with dot notation
  • View results in a formatted JSON display
Query Examples

Given data like:

{ "symbol": "ID_42140878", "timestamp": 1766358000000000, "sequence": 0, "price": 6905.75, "open": 6906.25, "high": 6910, "low": 6900.5, "close": 6905.75, "volume": 0, "date": "2025-12-21T23:00:00.000Z", "chartId": "ID_42140878_volume_20000" }

You can write queries like:

Simple equality:

symbol = 'ID_42140878'

Date range:

date >= '2025-12-01' and date < '2025-12-15'

Troubleshooting

  • No databases found: Make sure you're on a page that uses IndexedDB
  • Permission denied: Some websites may have strict Content Security Policies
  • Extension not loading: Check the Browser Console (Ctrl+Shift+J) for errors
Multiple conditions with AND:

symbol = 'ID_42140878' and date >= '2025-12-01' and date < '2025-12-15'

Numeric comparisons:

price > 7000 and volume < 1000

BETWEEN operator:

price between 6800 and 6900

Complex query with date range and price range:

date >= '2025-11-01' and date < '2025-12-01' and price between 6800 and 6900

OR operator:

price > 7000 or volume > 10000

Nested properties (dot notation):

user.name = 'John' and user.age >= 18

Supported Operators

  • Comparison: =, !=, <>, >, <, >=, <=
  • Logical: AND, OR
  • Range: BETWEEN x AND y
Data Types

The query parser automatically handles:

  • Strings: Enclosed in single or double quotes ('value' or "value")
  • Numbers: Plain numeric values (123, 45.67)
  • Booleans: true, false
  • Null: null
  • Dates: Strings that can be parsed as dates are automatically compared as dates

User Growth & Download Statistics

Manifest V2 Add-on
By:
Eric Mortensen
Daily users:
8
Version:
1.0.0 Last updated: 2025-12-30
Version code:
6107336
Creation date:
2025-12-27
Risk:
Moderate risk impact Moderate risk likelihood
Permissions:
Content scripts matches:
  • <all_urls>
Size:
19.01KB
Email:
er*****@gmail.com
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-06-18
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Eric Mortensen
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/indexeddb-explorer/
Email:
er*****@gmail.com

Is IndexedDB Explorer Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

IndexedDB Explorer requires a few sensitive permissions. Exercise caution before installing.

Risk impact analysis details
  • Critical Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
  • High ******* ******* **** *** ****** ***** *** ***** ** ******* **** ********* ********* ** * *********** *****
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

IndexedDB Explorer is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this add-on.

Risk likelihood analysis details
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Medium **** ********* *** ***** ** *** **** * ******* *** ********** *** *** ** ****** ** *****
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best IndexedDB Explorer Alternatives

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