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"\]);
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"\]);
