How to get GET request using chrome api

39 Views Asked by At

enter image description here

Is it possible to get the value of is_digg. this is what I have tried:

chrome.webRequest.onBeforeSendHeaders.addListener(

function(details) {
console.log(details);
},
{urls: \["*://*.tiktok.com/\*"]},\["blocking", "requestHeaders"\]);
0

There are 0 best solutions below