By: Hendrix
Inspect and view changes in IDB Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "IDB Explorer",
"version": "4.7",
"description": "Browse and manage the IndexedDB databases of any website. View, inspect, and delete records.",
"browser_specific_settings": {
"gecko": {
"id": "{455a058b-296b-4994-a139-da9791b1368e}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "ico/icon16.png",
"32": "ico/icon32.png",
"48": "ico/icon48.png",
"96": "ico/icon96.png",
"128": "ico/icon128.png"
},
"default_title": "IDB Explorer",
"default_popup": "popup/popup.html"
},
"icons": {
"16": "ico/icon16.png",
"32": "ico/icon32.png",
"48": "ico/icon48.png",
"96": "ico/icon96.png",
"128": "ico/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"popup/content.js"
],
"run_at": "document_idle"
}
]
} Best IDB Explorer Alternatives
Here are some Firefox add-ons that are similar to IDB Explorer:
Browser DB Inspector
Hendrix
IDBPort
rxliuli
Kahuna, the IndexedDB-Manager
Hummmingme
SQLite Database Explorer
Gallagher
IndexedDB Explorer
Eric Mortensen
Local Storage Data Explorer
local storage data explorer
Browser Storage Viewer
Donal
local-data-viewer
yethyeth
SQLite Viewer
Balvin
IOC Checker
ale