Replies: 2 comments
-
Umm... You should give a reproducible repo, I don't see what the problem is. If you delete |
Beta Was this translation helpful? Give feedback.
-
It uses the extension API to send messages to the background, it doesn't send messages from an injected script up to the content script. So you need to send a message from the injected script to your content script, then use You can send messages from your injected script to the content script using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Console prompt Uncaught Error: This script should only be loaded in a browser extension.
What is the reason for this, how to solve very sorry
Beta Was this translation helpful? Give feedback.
All reactions