vunsh
vunsh
Explore posts from servers
PD🧩 Plasmo Developers
Created by rejoan on 4/25/2025 in #🔰newbie
Error on sending message from background script to content script
@rejoan im not sure if ur stil experiencing this issue but i was abel to fix it with adjusting my package.json:
"plasmo": {
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.ts"
],
"run_at": "document_idle" //added this line
}
]
"plasmo": {
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.ts"
],
"run_at": "document_idle" //added this line
}
]
3 replies