Using microphone in sidepanel
run content script after click on element
Tailwind stops hot reloading
pnpm create plasmo --with-tailwindcss
It usually hot reloads the first change, then stops the hot reloading. I have to pnpm dev
again for changes to take effect (sometimes I have to do it twice).
Is that the way it works? Should I do something extra?...with-firebase example giving chrome web store violation.

How to setup google analytics with plasmo react chrome extension in manifest v3
Is there a way to block a browser extension that uses Plasmo in my React app?
Service workers

Redirects working both in Chrome and Firefox
declarativeNetRequest
(or something else) to generate dynamic rules that work on both chrome and Firefox? I want to redirect network calls to my local server JS script when I am prototyping, but when I am not, I want to use a static link to my website. I will have a toggle button (tied to a variable in storage) to determine which URL to redirect to.
```typescript
async function setRedirectRule(newRedirectUrl: string) {
let newRedirectRule: chrome.declarativeNetRequest.Rule = {...help

I have a problem with my project
Getting a 403 when deploying using plasmo plus
Content script not loading when navigating to URL (and other issues)
How do I forward an API request from inside a React component to the BGSW?
How to do unit testing?
sample
jest, but it did not work due to the following error.
and i want to use vitest,or bun:test.please support!
` jest
...with-supbase github provider link fails
Inserting element on click within a Content Script
I have a problem with shadow root - Hide & visibility

How do I get Vue devtools to work?
React route is rendered twice when I use useStorage hook
useStorage
my component is rendered twice, I can't quite understand why this is happening....