2. If the iframe is empty at first and the Chrome Extension injects recaptcha code in it (adds scripts tags), and then adds communication between the iframe and the extension. As I understand, it's technically possible, but prohibited by the CWS policy (per this answer: https://groups.google.com/a/chromium.org/g/chromium-extensions/c/ks--r5hDNQ0/m/rGYiWkOZCAAJ)? Is this still true? Extensions are not allowed to inject any remote code, even if it's technically possible and the code is injected inside a remote iframe?
3. If at least the first method is allowed, is it the best way to have anti-bot protection in Manifest V3 extensions, or is it better to look into other libraries, which offer local captcha bundles (I'm not sure though if there are any large captcha projects like this)?