Is there a way to pause chrome until all plugins are loaded?
I'd like to block a request to a certain url using chrome.webRequest.onBeforeRequest
.
It's working fine if a chrome instance is already running, but If no instance is running and I open chrome by clicking on a link from within, for example, outlook, the extension is loaded to slow to be able to block the request.
Is there way to make sure the extension is loaded before the request happens?