How can i inject the whole content of "content.ts" #302
Answered
by
louisgv
andreademasi
asked this question in
Q&A
-
Hi everyone, I wrote a content script inside a |
Beta Was this translation helpful? Give feedback.
Answered by
louisgv
Nov 24, 2022
Replies: 1 comment 1 reply
-
You would do this like a normal extension - inside the bg service worker where you would trigger the content script's logic. This will be abstracted away in future version of Plasmo - we're starting this with #76 and expand from there |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
louisgv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would do this like a normal extension - inside the bg service worker where you would trigger the content script's logic.
This will be abstracted away in future version of Plasmo - we're starting this with #76 and expand from there