Database Optimizer Firefox

Examine source code of Database Optimizer

Inspect and view changes in Database Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Database Optimizer",
  "version": "1.3",
  "description": "Analyze frontend-embedded queries or API payloads for database optimization tips.",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7c9b62d-02cb-4da7-864c-1075fa748d0a}"
    }
  }
}

Best Database Optimizer Alternatives

Here are some Firefox add-ons that are similar to Database Optimizer: