Review of "WhoisThat VPN Indicator" version 1

Details Page Preview

Live status, speed monitor and quick controls for WhoisThat VPN client (https://github.com/kvunoff/whoisthat)

Extension Homepage
https://github.com/kvunoff/whoisthat-extension

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

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.

Disconnect all signals

  • extension.js:114
            this.menu.connect('open-state-changed', (_menu, isOpen) => {
                if (isOpen && this._state.core_running) {
                    this._refreshProfilesMenu();
                }
            })

All Versions

Version Status
1 Unreviewed