FoxyProxy

Easy to use advanced Proxy Management tool for everyone

As of June 2026, FoxyProxy has 600,000 users and a 3.78/5 rating from 802 reviews in the Privacy & Security category.

Usersup 20.0 percent+20.0%
600.0K
600,000
Ratingno change0%
3.78
802 reviews
Reviewsup 1.0 percent+1.0%
802
Version
9.2
Manifest V3
90-day change · In the last 90 days this extension gained 100.0K users.

History

8 snapshots

Tracking since Apr 21, 2026.

608.0K550.0K492.0KApr 21, 2026Jun 23, 2026
View as table
DateUsersRatingReviewsVersion
Apr 21, 2026500.0K3.787949.2
May 6, 2026500.0K3.787939.2
May 18, 2026500.0K3.787959.2
May 31, 2026500.0K3.787969.2
Jun 3, 2026500.0K3.787979.2
Jun 11, 2026500.0K3.787989.2
Jun 15, 2026600.0K3.778009.2
Jun 23, 2026600.0K3.788019.2
Now600.0K3.788029.2

Changelog

  • May 31, 2026
    description
    FoxyProxy is an open-source, advanced proxy management tool that completely replaces Chrome's limited proxying capabilities. No paid accounts are necessary; bring your own proxies or buy from any vendor. The original proxy tool, since 2006. FoxyProxy has been owned and developed consistently by the same team since 2006. It has never been sold and never will.
    
    WHAT IS IT?
    FoxyProxy is a Chrome and Firefox extension which switches an internet connection across one or more proxy servers:
    
    1. by point-and-click of colored icons
    2. by URL (define URL patterns with wildcards or regular expressions)
    3. by browser tab - set individual proxies per tab: assign up to 4 proxy servers for use on 4 different tabs.
    
    FoxyProxy automates the manual process of editing your browser's proxy settings.
    
    * Customize colors and country flags to make it easy to see which proxy is in use
    * Proxy per tab, by URL, or by point-and-click of colored icons
    * Import/Export all of your settings, or just URL patterns, to share with others (fixed in 8.0 and above)
    * Select a proxy specifically to use in Incognito Mode
    * Keyboard shortcuts
    * Globally exclude any domain from proxying
    * Create patterns with wildcards or regular expressions. A pattern tester is included.
    * (optional) Automatically synchronize all of your proxy settings with your other Chrome instances when you use Sync.
    * Turn WebRTC on/off to further limit discovery of your IP address
    * Built-in predefined selections for tor, privoxy, and psiphon
    * Extensive built-in help
    
    
    Source code is at https://github.com/foxyproxy/browser-extension
    
    FoxyProxy has been owned and developed consistently by the same team since 2006. It has never been sold and never will.
    
    PERMISSIONS
    
    * downloads: Required to export the extension settings to a file. Users can import that file to other Chrome/Firefox instances, or share it with colleagues, in order to keep the same settings. It can also be backed up and used later.
    
    * proxy: The core function of the extension is to allow users to set the proxy server used by the browser.
    
    * storage: Required to store proxy server settings (hostname, port, username, and which proxy 
    server is enabled by the user).
    
    * tabs: Required so that users can set separate proxies to use per tab. It is also needed for "QuickAdd" to quickly add a URL pattern that applies to the current/active tab. It is also used to open a URL to getfoxyproxy.org where there is online help.
    webRequest: Required to authenticate with proxy servers via webRequest.onAuthRequired
    webRequestAuthProvider: Required to authenticate with proxies servers via webRequest.onAuthRequired
    
    * browsingData: Required so the extension can delete cookies, indexedDB, and localStorage when requested by the user on the Options page (Delete Browsing Data button)
    privacy: Required so the extension can call browser.privacy.network.webRTCIPHandlingPolicy to turn on/off webRTC in Chrome (Limit WebRTC checkbox in Options page)
    
    * host permission: Required to proxy all webRequests and provide proxy server authentication. <all_urls> is used because users may choose to load any/all URLs through proxy servers (chrome.webRequest.onAuthRequired and chrome.webRequest.onAuthRequired.addListener) . Required to proxy all webRequests and provide proxy server authentication. Also needed to get accounts details from FoxyProxy servers, if requested by the user with the Import FoxyProxy Account on the Import tab.
    
    ** No remote code is used in this extension. **
    FoxyProxy is an open-source, advanced proxy management tool that completely replaces Chrome's limited proxying capabilities. No paid accounts are necessary; bring your own proxies or buy from any vendor. The original proxy tool, since 2006.
    
    WHAT IS IT?
    FoxyProxy is a Chrome and Firefox extension which switches an internet connection across one or more proxy servers:
    
    1. by point-and-click of colored icons
    2. by URL (define URL patterns with wildcards or regular expressions)
    3. by browser tab - set individual proxies per tab: assign up to 4 proxy servers for use on 4 different tabs.
    
    FoxyProxy automates the manual process of editing your browser's proxy settings.
    
    * Customize colors and country flags to make it easy to see which proxy is in use
    * Proxy per tab, by URL, or by point-and-click of colored icons
    * Import/Export all of your settings, or just URL patterns, to share with others (fixed in 8.0 and above)
    * Select a proxy specifically to use in Incognito Mode
    * Keyboard shortcuts
    * Globally exclude any domain from proxying
    * Create patterns with wildcards or regular expressions. A pattern tester is included.
    * (optional) Automatically synchronize all of your proxy settings with your other Chrome instances when you use Sync.
    * Turn WebRTC on/off to further limit discovery of your IP address
    * Built-in predefined selections for tor, privoxy, and psiphon
    * Extensive built-in help
    
    
    Source code is at https://github.com/foxyproxy/browser-extension
    
    FoxyProxy has been owned and developed consistently by the same team since 2006. It has never been sold and never will.
    
    PERMISSIONS
    
    * downloads: Required to export the extension settings to a file. Users can import that file to other Chrome/Firefox instances, or share it with colleagues, in order to keep the same settings. It can also be backed up and used later.
    
    * proxy: The core function of the extension is to allow users to set the proxy server used by the browser.
    
    * storage: Required to store proxy server settings (hostname, port, username, and which proxy 
    server is enabled by the user).
    
    * tabs: Required so that users can set separate proxies to use per tab. It is also needed for "QuickAdd" to quickly add a URL pattern that applies to the current/active tab. It is also used to open a URL to getfoxyproxy.org where there is online help.
    webRequest: Required to authenticate with proxy servers via webRequest.onAuthRequired
    webRequestAuthProvider: Required to authenticate with proxies servers via webRequest.onAuthRequired
    
    * browsingData: Required so the extension can delete cookies, indexedDB, and localStorage when requested by the user on the Options page (Delete Browsing Data button)
    privacy: Required so the extension can call browser.privacy.network.webRTCIPHandlingPolicy to turn on/off webRTC in Chrome (Limit WebRTC checkbox in Options page)
    
    * host permission: Required to proxy all webRequests and provide proxy server authentication. <all_urls> is used because users may choose to load any/all URLs through proxy servers (chrome.webRequest.onAuthRequired and chrome.webRequest.onAuthRequired.addListener) . Required to proxy all webRequests and provide proxy server authentication. Also needed to get accounts details from FoxyProxy servers, if requested by the user with the Import FoxyProxy Account on the Import tab.
    
    ** No remote code is used in this extension. **

Permissions & access

Permissions
contextMenusdownloadsnotificationsproxystoragetabswebRequestwebRequestAuthProvider
Host access
<all_urls>

Screenshots

FoxyProxy screenshot 1FoxyProxy screenshot 2FoxyProxy screenshot 3FoxyProxy screenshot 4FoxyProxy screenshot 5FoxyProxy screenshot 6FoxyProxy screenshot 7FoxyProxy screenshot 8FoxyProxy screenshot 9FoxyProxy screenshot 10

About

FoxyProxy is an open-source, advanced proxy management tool that completely replaces Chrome's limited proxying capabilities. No paid accounts are necessary; bring your own proxies or buy from any vendor. The original proxy tool, since 2006.

WHAT IS IT?
FoxyProxy is a Chrome and Firefox extension which switches an internet connection across one or more proxy servers:

1. by point-and-click of colored icons
2. by URL (define URL patterns with wildcards or regular expressions)
3. by browser tab - set individual proxies per tab: assign up to 4 proxy servers for use on 4 different tabs.

FoxyProxy automates the manual process of editing your browser's proxy settings.

* Customize colors and country flags to make it easy to see which proxy is in use
* Proxy per tab, by URL, or by point-and-click of colored icons
* Import/Export all of your settings, or just URL patterns, to share with others (fixed in 8.0 and above)
* Select a proxy specifically to use in Incognito Mode
* Keyboard shortcuts
* Globally exclude any domain from proxying
* Create patterns with wildcards or regular expressions. A pattern tester is included.
* (optional) Automatically synchronize all of your proxy settings with your other Chrome instances when you use Sync.
* Turn WebRTC on/off to further limit discovery of your IP address
* Built-in predefined selections for tor, privoxy, and psiphon
* Extensive built-in help


Source code is at https://github.com/foxyproxy/browser-extension

FoxyProxy has been owned and developed consistently by the same team since 2006. It has never been sold and never will.

PERMISSIONS

* downloads: Required to export the extension settings to a file. Users can import that file to other Chrome/Firefox instances, or share it with colleagues, in order to keep the same settings. It can also be backed up and used later.

* proxy: The core function of the extension is to allow users to set the proxy server used by the browser.

* storage: Required to store proxy server settings (hostname, port, username, and which proxy 
server is enabled by the user).

* tabs: Required so that users can set separate proxies to use per tab. It is also needed for "QuickAdd" to quickly add a URL pattern that applies to the current/active tab. It is also used to open a URL to getfoxyproxy.org where there is online help.
webRequest: Required to authenticate with proxy servers via webRequest.onAuthRequired
webRequestAuthProvider: Required to authenticate with proxies servers via webRequest.onAuthRequired

* browsingData: Required so the extension can delete cookies, indexedDB, and localStorage when requested by the user on the Options page (Delete Browsing Data button)
privacy: Required so the extension can call browser.privacy.network.webRTCIPHandlingPolicy to turn on/off webRTC in Chrome (Limit WebRTC checkbox in Options page)

* host permission: Required to proxy all webRequests and provide proxy server authentication. <all_urls> is used because users may choose to load any/all URLs through proxy servers (chrome.webRequest.onAuthRequired and chrome.webRequest.onAuthRequired.addListener) . Required to proxy all webRequests and provide proxy server authentication. Also needed to get accounts details from FoxyProxy servers, if requested by the user with the Import FoxyProxy Account on the Import tab.

** No remote code is used in this extension. **

Technical

Version
9.2
Manifest
V3
Size
223KiB
Min Chrome
108
Languages
12
Featured
No

Metadata

ID
gcknhkkoolaabfmlnjonogaaifnjlfnp
Developer ID
u864d7d6e99ffc53c6f2b1c7e74aaad07
Developer Email
[email protected]
Created
Aug 11, 2012
Last Updated (Store)
Jun 4, 2026
Last Scraped
Jun 23, 2026
Website
getfoxyproxy.org

Similar extensions

Alternatives to FoxyProxy, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 23, 2026.