Take control of your proxy connections from the Top panel. Effortlessly enable, disable, and switch between multiple proxy profiles in seconds.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:277
this.menu.connect('open-state-changed', (menu, isOpen) => {
if (isOpen)
this._syncFromSystem();
})
extension.js:417
source.connect('destroy', () => {
this._notificationSource = null;
})