Review of "eNet Speed" version 3

Details Page Preview

Live network speed in the top panel with accurate per-day bandwidth tracking, history, and export.

Extension Homepage
https://github.com/meharehsaan/enet-speed

No comments.

Diff Against

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:93
                this.menu.connect('open-state-changed', (menu, open) => {
                    if (open)
                        this._refreshStatsView();
                })

All Versions

Version Status
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

meharehsaan auto- rejected
Auto-rejected because of new version 4 was uploaded