setTimeout(function () { chrome.runtime.sendMessage({}, function(resposne){ console.log(resposne); }) }, 3000);