--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ebcba98f-aec5-4799-b5a7-2c2e96143215o%40chromium.org.
Handwriting rule's id and priority is a bit tedious. Especially for rule id, why can’t it be generated automatically, since each rule is unique naturally.
Maybe I need a generator tool for editing and generating static rules to solve these issues?
Another common issue I found is service worker will intercept web request before declarativeNetRequest/webRequest api.
Hmm, I'd say this a bug because AFAIK the classic webRequest can intercept requests made/handled by a site's service worker e.g. https://crbug.com/1012977 recently fixed a similar bug with webRequest.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8dd89c89-0494-4606-9ee6-bbe7dcfec5cao%40chromium.org.