Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Forgot to remove the timeout in disable (line 61 extension.js). 2. Forgot to null out `_settings` in disable. Add this to `_disableSettings()` in extension.js: `this._settings = null;`