using existing extension
Failed to resolved error for something which doesn't even exists...
I have a problem with a production build, service worker is inactive
Error policy in dev, but not in build
Uncaught TypeError: Failed to execute 'createPolicy' on 'TrustedTypePolicyFactory': Policy "trusted-html-plasmo-loading" disallowed....
redirect between tabs page and content
content.tsx violates "Content Security Policy directive: "connect-src 'self" on some sites
Is it possible for the extension to have the same domain as the Webapp
How to install a Plasmo-built extension into Firefox?
pnpm plasmo build --target=firefox/mv2...
Best way to send data between front end and extension ?
I want to modify the DOM, which api should i use ?
How to record the mic
Plasmo config
npm run dev gives: SyntaxError: missing ) after argument list
want to avoid duplicate wasm files during the build process.
Altering an anchors markup/inline styles
How to share service worker API response to many content scripts
Re-rendering with a custom render function
Can not render react component inside Overlay
How do I call functions and get the return values from a popup?
chrome.runtime
in the content script or use plasmo's messaging, but whenever I try to do any kind of messaging in the content script, I get an error saying that chrome.runtime
effectively doesn't exist (trying to access a property of a non-object)....Can a Browser Extension look like Apple's Dynamic Island?