By: Hendrix
Inspect and view changes in Browser DB Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Browser DB Inspector",
"version": "3.1",
"description": "Browse and manage the IndexedDB databases of any website. View, inspect, and delete records.",
"browser_specific_settings": {
"gecko": {
"id": "{bb4e2821-b686-48c3-a9c3-32d63f3b21ef}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"default_title": "Browser DB Inspector",
"default_popup": "popup.html"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} Best Browser DB Inspector Alternatives
Here are some Firefox add-ons that are similar to Browser DB Inspector: