I have a Chrome extension that blocks requests that come from tabs where the user has enabled the extension. For example, the extension is enabled for the tab with id 76 so I block all the image requests for this tab. However, now I have to change the extension to be compliant with manifest version 3. Is it possible to do something similar with the declarativeNetRequest that replaces the blocking functionality of webRequest API on Manifest V3? Is it possible to block requests that come only from specific tabs with declarativeNetRequest?