FrameFrame.extensionRealmsVersion: 24.41.0On this pageFrame.extensionRealms() method Retrieves the list of extension execution realms associated with this frame. Extension execution realms are created by extension content scripts injected into the frame. Signature class Frame { abstract extensionRealms(): Realm[];} Returns: Realm[]