> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/proxidize-proxies/proxidize-proxy-extension.md).

# Proxidize Proxy Extension

Learn how to use the Proxidize Proxy Extension to add, test, manage, and switch between proxies directly from your browser.

## What Is the Proxidize Proxy Extension?

The Proxidize Proxy Extension is a browser extension that makes it easier to connect to proxies without manually changing your browser or operating system proxy settings.

It works similarly to proxy management extensions such as FoxyProxy, but is designed to be more straightforward for Proxidize users.

With the extension, you can:

* Add one proxy manually.
* Add multiple proxies at once by pasting them in bulk.
* Import proxies from a CSV file.
* Test proxies before connecting.
* Switch between proxies with one click.
* Search and filter saved proxies.
* View useful proxy details such as country, type, endpoint, authentication, and egress IP.

## Install the Extension

Install the Proxidize Proxy Extension for your browser:

[![Proxidize Chrome extension Link](/files/1054e613384bb0ceae7e705489094c10f2bf3e75)](https://chromewebstore.google.com/detail/proxidize-proxy-extension/gccdbcipcjgfnjlegofdhflkifgkdmpb?hl=en)[![Proxidize chrome extension URL](/files/5023aeb23ff7b725e9f81562a7bae59cd1e00fe2)](https://addons.mozilla.org/en-US/firefox/addon/proxidize-proxy-extension/)

### Browser and Proxy Type Support

Proxy type support depends on the browser you are using.

| Browser | HTTP With Username/Password | SOCKS With Username/Password | SOCKS With IP Whitelisting |
| ------- | --------------------------- | ---------------------------- | -------------------------- |
| Firefox | Supported                   | Supported                    | Supported                  |
| Chrome  | Supported                   | Not supported                | Supported                  |

{% hint style="warning" %}
On Chrome, SOCKS proxies are supported only when using IP whitelisting. SOCKS proxies with username and password authentication are not supported through the Chrome extension flow.
{% endhint %}

If you need to use SOCKS proxies on Chrome, configure IP whitelisting from the relevant subscription article:

* [Mobile - PerGB](/proxidize-proxies/mobile-proxies/mobile-pergb.md)
* [Mobile - Per Proxy](/proxidize-proxies/mobile-proxies/mobile-per-proxy.md)
* [Residential Proxies](/proxidize-proxies/residential-pergb.md)

### Open the Extension

After installing the extension:

1. Click the Proxidize icon in your browser toolbar.
2. The extension window will open.

### Add Proxies

Click **Add proxies** to open the import window.

![](/files/7b179ef043d4166cffab7ddb29b850359c639c67)

You can add proxies in three ways:

* Paste one proxy manually.
* Paste multiple proxies in bulk.
* Upload a CSV file.

## Test Proxies Before Connecting

After adding proxies, you can test them before connecting.

**To test a proxy:**

1. Select the proxy from the list.
2. Click **Test** or the test icon.
3. Wait for the test to complete.

![](/files/5220358aacbbdc6d2fd03c01b7b85bb409a5c035)

Testing helps confirm whether the proxy is reachable and whether the authentication works.

The extension can also detect useful information such as:

* Proxy country.
* Egress IP.
* Proxy reachability.
* Authentication status.

## Connect to a Proxy

To connect:

1. Find the proxy you want to use.
2. Click the connect action.
3. Confirm the status changes to **Connected**.

![](/files/f0834fa7cf118cfaf64bfc31c3927d09af476515)\
Once connected, browser traffic will route through the selected proxy.

To disconnect, click the connected status or disconnect action.

## Search and Filter Proxies

Use the search bar to find proxies by:

* Nickname.
* Host.
* Country.
* Type.

This is useful when you have many proxies saved in the extension.

## Manage Saved Proxies

From the proxy table, you can review:

* Name.
* Country.
* Type.
* Endpoint.
* Authentication.
* Egress IP.
* Available actions.

You can also delete proxies you no longer need.

## When to Use the Extension

Use the Proxidize Proxy Extension when you want to:

* Quickly switch between multiple proxies.
* Avoid manually editing browser or operating system proxy settings.
* Test proxies before using them.
* Manage a large list of proxies in one place.
* Import proxies in bulk instead of adding them one by one.

## Troubleshooting

| Issue                                        | What to Check                                                                                            |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| HTTP proxy does not connect                  | Confirm the host, port, username, and password are correct.                                              |
| SOCKS proxy does not work on Chrome          | Chrome supports SOCKS only with IP whitelisting. Use Firefox for SOCKS username/password authentication. |
| SOCKS proxy with username/password is needed | Use Firefox, which supports SOCKS proxies with username/password.                                        |
| Proxy test fails                             | Confirm the proxy is active, credentials are correct, and your subscription is active.                   |
| Egress IP does not show                      | Test the proxy again and confirm the proxy is reachable.                                                 |
| Imported proxies look incorrect              | Check the proxy format or CSV formatting before importing again.                                         |
| Website still shows your original IP         | Confirm the extension status shows Connected and retest the proxy.                                       |

## Need Help?

If you have any questions, concerns, or need further clarification, feel free to reach out to us via live chat or email us directly at <support@proxidize.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.proxidize.com/proxidize-proxies/proxidize-proxy-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
