Closed tylerccarson closed 1 year ago
The dynamic import for MV3 in content scripts using scripting.executeScript does not support injecting into iFrames, since it leaves out the frameIds parameter.
frameIds
This is fixed with a PR I just filed.
The dynamic import for MV3 in content scripts using scripting.executeScript does not support injecting into iFrames, since it leaves out the
frameIds
parameter.This is fixed with a PR I just filed.