Programmatically Proxy Switcher
Item logo image for Programmatically Proxy Switcher

Programmatically Proxy Switcher

5.0(

1 rating

)
ExtensionDeveloper Tools381 users
Item media 1 screenshot

Overview

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

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 */

5 out of 51 rating

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

Jhai SalvadorMay 1, 2024

its good but authentication popup will show after you clear out the proxy and set back a new proxy.

Details

  • Version
    1.0.0
  • Updated
    March 24, 2021
  • Offered by
    hhetao700
  • Size
    5.73KiB
  • Languages
    English (United States)
  • Developer
    Email
    amiri.artanwebcreator@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes
Google apps