Extension to Monitor Internet Speed and Daily Data Usage minimally. It is a fork of InternetSpeedMeter
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Rejected |
2 | Active |
1 | Rejected |
1. Rejected because you are using ExtensionUtils.getSettings() in prefs.js but not on extension.js. ExtensionUtils.getSettings() is only available on 3.32 and higher. So, you should remove "shell-version"s older than 3.32 from metadata.json. Remove getSettings() from extension.js and use ExtensionUtils.getSettings() instead. 2. Also do this on disable: settings = null; btw, your extension is supported on 41 too. I recommend to remove all 3.x versions from metadata.json. It can help you to maintain your extension easier in the future updates and multi versioning is supported here.