Flush Site Data Firefox

Examine source code of Flush Site Data

Inspect and view changes in Flush Site Data source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "flush-site-data",
  "description": "Clears cookies, localStorage, sessionStorage, indexedDB, cache, serviceWorkers for all tabs",
  "icons": {
    "64": "icon.svg"
  },
  "version": "4",
  "permissions": [
    "notifications",
    "browsingData",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "flush-site-data.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "flush-site-data@fraggod.net",
      "strict_min_version": "68.0"
    }
  },
  "browser_action": {
    "default_title": "Flush Site Data",
    "default_icon": {
      "64": "icon.svg"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Flush Site Data"
    }
  }
}

Best Flush Site Data Alternatives

Here are some Firefox add-ons that are similar to Flush Site Data: