Uncaught Error: Cannot find module '@plasmohq/storage' (works in prod not dev)
Anyone got react-markdown work with Plasmo?
AI stream to content script
2 problems : import component & send messaging

Maximum size for extension bundle/archive you can upload in Google Chrome Store?
Can I use native web components with CSUI?
Error loading {script-name}: ReferenceError: importScripts is not defined
const module = await import('../local/app.js');
So far it hasn't worked and I am seeing this error in the console. I am not using importScripts as far as I can tell but this js-loader.js
might be. Any clues?
Error loading {script-name}: ReferenceError: importScripts is not defined
...Build a sidepanel with plasmo
How can I use sessionStorage in a Plasmo extension?
Why doesn't window.onload and load event listener work in a content script?
chrome.scripting.executeScript
chrome.scripting.executeScript

Chrome storage API vs Dexie.js (IndexedDB)
Issues with using react-markdown
pnpm install react-markdown
and then have imported it in my content.tsx
file import Markdown from "react-markdown"
. I then just try to use it through <Markdown>{markdown}</Markdown>
.
However, I'm getting the following error: ...Registering a content message from a library
Firefox not loading extension files

Not able to print an API response in content script despite getting the response in network logs

Chormium-based browser extension to Firefox
anyone using react-markdown?
Error while comunicating between CS and BGSW.
fetch
calls from the content script since it gets blocked by Discord CSP.
So I'm trying to send a message from the content script to the background service worker using @plasmohq/messaging
, the problem is that I get a CSP error regarding the connection to ws://localhost:1815
and the messages stay hanging....Would it be possible to hide DOM changes via shadow DOMs to evade LinkedIn's detection system