# How to Install SILVER Chrome Extension Manually

&#x31;**. Download the Extension Files**

{% hint style="info" %}

* Obtain the extension’s source files from our official website, usually in a ZIP format or from your development environment.
* If in ZIP format, extract the files to a folder on your computer.
  {% endhint %}

**2. Open Chrome Extensions Page**

{% hint style="info" %}

* Launch Google Chrome.
* In the address bar, type `chrome://extensions` and press Enter.
  {% endhint %}

**3. Enable Developer Mode**

{% hint style="info" %}
On the Extensions page, toggle **Developer Mode** on (located in the top-right corner).
{% endhint %}

**4. Load Unpacked Extension**

{% hint style="info" %}

* Click the **Load unpacked** button.
* Navigate to the folder where you extracted or stored the extension files.
* Select the folder and click **Open** or **Select Folder**
  {% endhint %}

**5. Verify Installation**

{% hint style="info" %}

* The *SILVER* extension should now appear in the list of installed extensions.
* You can pin it to the toolbar for easy access by clicking the puzzle icon in the top-right corner and pinning *SILVER*.
  {% endhint %}

**6. Start Using the Extension**

{% hint style="info" %}

* Open Dexscreener, X (FKA Twitter), or supported platforms to start using *SILVER’s* features.
* If required, connect your wallet or configure settings within the extension.
  {% endhint %}

> If you encounter any issues, consult the troubleshooting section or contact support for assistance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://silver-1.gitbook.io/silver/getting-started/how-to-install-silver-chrome-extension-manually.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
