Content Scripts config option - all_frames #566
-
What does this option do? I couldn't find any information in the Plasmo docs nor in Chrome Developer manifest docs. export const config: PlasmoCSConfig = { all_frames: true } |
Beta Was this translation helpful? Give feedback.
Answered by
louisgv
May 2, 2023
Replies: 1 comment
-
all_frames will inject your CS in iframe as well as sub-doc frame in a page. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HugeLetters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
all_frames will inject your CS in iframe as well as sub-doc frame in a page.