Messaging API compatibility
@plasmohq/messaging
works on every web browser or only in chrome? I need to work in safari and firefox.Not grokking message passing
Blog post linked in docs is 404'ing
CSUI with Vue3's CompositionAPI
Plasmo does not compile a tsx file.
Hot reloading a CSS file not working
Injection and styling a button into the YouTube player
![](https://utfs.io/f/4d65c2f5-47cd-4de8-a504-d00ad78db0a5-1nq2cb.png)
Setting up Plasmo manually
I want to fill in a form in page from a popup input & button
help w/ mantine notifications
Send message from popup to cs and back
content.ts
```ts
chrome.runtime.onMessage.addListener((_, __, sendResponse) => {
sendResponse(...)...React Components render twice?
![No description](https://utfs.io/f/db58cf6e-b4e6-4497-b566-18d716a550ec-r5z1o0.png)
Charging money with PayPal
Having to add import react from "react" for each file
Help with inline csui
![](https://utfs.io/f/b8c0195a-502c-4b0b-b2fe-3355e65db3cc-mhupbs.png)
Production Source Map?
How can I not use a Shadow DOM on content?
Error Monitoring and Metric Gathering
How can I import a font (Roboto) inside content.tsx and keep my style?
window undefined on background script when trying to login via firebase
chrome.identity.getAuthToken
after I approve the consent screen, the background script throws "window is not defined" any ideas?
I followed this link - https://www.plasmo.com/blog/posts/firebase-chrome-extension...