Reputation: 2007
Is there a way to perform actions before chrome sends a request to the server/webpage?
Does chrome throw a certain event my extension could catch and also block server connection if necessary?
Upvotes: 2
Views: 1325
Reputation: 8542
Yep, its called webRequest api....
https://developer.chrome.com/extensions/webRequest
Upvotes: 5