Skip to content
Advertisement

Tag: chrome-webrequest

urls are not blocking while working with chrome.webRequest api

I have stored some urls in chrome.storage.sync like below…… Now i am trying to block these urls using the code below….. Manifest.json background.js But URLs are not blocked, I don’t know what is the matter… please help me to get the exact problem that i am facing ………… Answer I figured out the problem in my code myself.. Actually the

Advertisement