if (e.target.id === "soundVolume") {
            chrome.extension.getBackgroundPage().appGlobal.options.soundVolume = e.target.value;
        }