Programmatically Proxy Switcher chrome extension

Version: 1.0.0
Programmatically Proxy Switcher
This extension helps developers to change their proxy in Chrome using a simple JavaScript programming code. To using this…
5.00 Based on 1 user rates

What is Programmatically Proxy Switcher?

Programmatically Proxy Switcher is a proxy switcher extension for chrome. also, it is proxy manager extension. it's a free extension , it has 28 active users since released its first version, it earns an average rating of 5.00 from 1 rated user, last update is 1138 days ago.


What’s new in version 1.0.0?

                This extension helps developers to change their proxy in Chrome using a simple JavaScript programming code.

To using this extension you can use the popup window directly or use a JavaScript code to change the Proxy.

Using with JavaScript:
Note: This extension always adds a hidden button to the document.body with id = 'btn-set-proxy-address__extension'. You can get this button with code document.getElementById('btn-set-proxy-address__extension')

This extension uses some data attributes to get the proxy settings. you have to set 'data-proxy-address', 'data-proxy-username' and 'data-proxy-password' attributes to the 'btn-set-proxy-address__extension' button to set your proxy settings.

Consider the following example:
var btnProxy = document.getElementById('btn-set-proxy-address__extension');
btnProxy.setAttribute('data-proxy-address', '152.52.15.55:3125');
btnProxy.setAttribute('data-proxy-username', 'user1'); /* proxy username and password are optional */
btnProxy.setAttribute('data-proxy-password', 'xK25j99'); /* proxy username and password are optional */

btnProxy.click(); /* this line will change your proxy */            

How to install Programmatically Proxy Switcher?

You could download the latest version crx file or older version files and install it.


Preview of Programmatically Proxy Switcher


Technical Features:

  • Latest Version: 1.0.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Tuesday, March 23rd, 2021
  • Author: hhetao700

Programmatically Proxy Switcher Available languages:

English (United States).


FAQ