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