Programmatically Proxy Switcher

Programmatically Proxy Switcher

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

What is Programmatically Proxy Switcher?
Programmatically Proxy Switcher is a Chrome extension that helps developers change their proxy in Chrome using a simple JavaScript programming code. It provides a popup window and allows proxy change through JavaScript code with specific attributes.
Merlin
Stats
By: hhetao700
Users: 397 ▼ -295
Rating: 5.00 (1)
Version: 1.0.0 (Last updated: 2021-03-24)
Creation date: 2021-03-23
Risk impact: High risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • proxy
  • storage
  • webRequest
  • activeTab
Size: 5.87K
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
Summary

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

Safety
Risk impact

Programmatically Proxy Switcher is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Programmatically Proxy Switcher if you trust the publisher.

Risk likelihood

Programmatically Proxy Switcher has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Screenshots
Similar extensions

Here are some Chrome extensions that are similar to Programmatically Proxy Switcher: