Storage chromé onCHANGED

chrome.storage.onChanged.addListener(function(changes, namespace) {
     console.log("change recived!");
});
RedGuy12