> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fees.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> How to install the fees.fun Chrome extension on your browser.

## Requirements

Before installing fees.fun, make sure you have:

* **Google Chrome** (or any Chromium-based browser like Brave, Edge, or Arc)
* A fees.fun account (get one from our [Discord server](https://discord.gg/feesfun))

## Install the extension

<Steps>
  <Step title="Download the extension">
    Get the latest version of fees.fun:

    * From the [fees.fun website](https://fees.fun/download)
    * Or from the [latest release](http://github.com/feesdotfun/the-extension/releases/latest) on our Github

    You'll receive a `.zip` file containing the extension.
  </Step>

  <Step title="Unzip the file">
    Extract the `.zip` file to a permanent location on your computer.

    <Warning>
      Don't delete this folder after installing — Chrome needs it to run the extension.
    </Warning>

    A good location is something like:

    ```
    C:\Users\YourName\Extensions\feesfun\
    ```

    or on Mac:

    ```
    ~/Extensions/feesfun/
    ```
  </Step>

  <Step title="Open Chrome Extensions">
    1. Open Chrome and navigate to `chrome://extensions`
    2. Enable **Developer mode** using the toggle in the top-right corner

    <Info>
      Developer mode is required for loading unpacked extensions. This is safe and standard for extensions not yet on the Chrome Web Store.
    </Info>
  </Step>

  <Step title="Load the extension">
    1. Click the **Load unpacked** button in the top-left
    2. Navigate to the folder you extracted in Step 2
    3. Select the folder and click **Open**

    You should see "fees.fun" appear in your extensions list with a green enabled status.
  </Step>

  <Step title="Pin to toolbar">
    1. Click the puzzle piece icon in Chrome's toolbar
    2. Find **fees.fun** in the list
    3. Click the pin icon to keep it visible

    <Tip>
      Pinning the extension gives you one-click access to your wallets, server ping, and fee savings dashboard.
    </Tip>
  </Step>
</Steps>

## Updating the extension

When a new version is released:

1. Download the new `.zip` file
2. Extract it to the **same folder** (overwrite existing files)
3. Go to `chrome://extensions`
4. Click the **reload** icon on the fees.fun card

<Info>
  You don't need to remove and re-add the extension. Just replace the files and reload.
</Info>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Extension doesn't appear after loading">
    Make sure you selected the correct folder — it should contain a `manifest.json` file at the root level. If you see nested folders, navigate into them until you find `manifest.json`.
  </Accordion>

  <Accordion title="Extension shows errors">
    Click **Errors** on the extension card in `chrome://extensions` to see what went wrong. Common issues:

    * **Manifest parsing error**: You may have downloaded the wrong file. Re-download from our Discord.
    * **Permission errors**: Make sure you're using a supported Chrome version (100+).
  </Accordion>

  <Accordion title="Extension icon is grayed out">
    The extension only activates on supported sites (RapidLaunch, Uxento, J7 Tracker, Axiom). Navigate to one of these platforms to see it activate.
  </Accordion>

  <Accordion title="Using Brave or another Chromium browser">
    The installation process is identical. Navigate to your browser's extension page:

    * **Brave**: `brave://extensions`
    * **Edge**: `edge://extensions`
    * **Arc**: Settings > Extensions
  </Accordion>
</AccordionGroup>
