Roeniss
Roeniss
Explore posts from servers
PD🧩 Plasmo Developers
Created by Roeniss on 8/10/2024 in #🔰newbie
How to communicate betweeen background and MAIN content script?
Oh, never mind. I successfully use storage api with removing below line:
export const config: PlasmoCSConfig = {
matches: ["..."],
world: "MAIN",
run_at: "document_end"
}
export const config: PlasmoCSConfig = {
matches: ["..."],
world: "MAIN",
run_at: "document_end"
}
but still wondering why I can modify DOM without this "MAIN" line
4 replies
PD🧩 Plasmo Developers
Created by Roeniss on 8/10/2024 in #🔰newbie
How to communicate betweeen background and MAIN content script?
4 replies