0

I'm trying to write a Chrome extension that automatically updates the search query section of the URL for search engine requests.

I would like my extension to read search engine requests using onBeforeRequest and create a new URL with my updates. That new URL should then become a dynamic rule which is followed by the browser.

However, declarativeNetRequest's updateDynamicRules doesn't update the rule fast enough to redirect the request.

How can I either speed up the dynamic rule, or slow down the request?

Connor
  • 867
  • 7
  • 18
  • 1
    There's no way, so you'll have either to find a different approach or abandon Chrome ManifestV3 platform altogether. – wOxxOm Sep 14 '22 at 11:41
  • @wOxxOm So Manifest V3 compromises the capability to do something as simple as this? – Connor Sep 14 '22 at 12:03
  • 1
    Yes, it's a complete disaster, and the worst part of it is that Chromium/Google has been ignoring 99% of negative feedback for the past three years. – wOxxOm Sep 14 '22 at 13:10

0 Answers0