Is it possible to respond in a chrome extension to a webRequest

前端 未结 0 1915
深忆病人
深忆病人 2021-01-24 01:35

With a chrome extension you can block a request as follows

chrome.webRequest.onBeforeRequest.addListener(
    function(details) {
        return { cancel: true };         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题