Upgrade to v0.81 not working as expected
Failed to resolve '.plasmo/chrome-mv3.plasmo.manifest.json'
, but I can see the file in the .plasmo
folder. Here's the generated file
```
{
"icons": {...Is it possible to pass custom next.config.js?
Plasmo With Stripe
Create CSUI root containers programmatically
Type error in mountInterval of PlasmoCSUIMountState
clearInterval(mountState.mountInterval)
in getRootContainer
, but the type of mountInterval in PlasmoCSUIMountState is NodeJS.Timer
.
I think number is the return type since CSUI runs in a browser....Send data from website to firefox extension service worker
chrome.runtime.sendMessage
but in firefox when I try with browser.runtime.sendMessage()
Im getting error: Uncaught ReferenceError: sendMessage is not definedSandboxes not applying CSP!
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' https://apis.google.com"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' https://apis.google.com"
},
Plasmo requesting more permissions than requested?
script
:
```
<script>...
Login with firebase using google auth
Persist Supabase auth session/user state
How can load multiple JS in the content script file
contents/after-load.ts
which runs at document_end
and I want to load a script chrome.runtime.getUrl("scripts/css-selector-get.js")
Plans to add @use as an import resolution?
@use
to get styles from other files.
I found the Import Resolution documentation page and saw everything is imported with an 'import' statement. Since the use of @use
is so imbedded in the components I have installed, I would just like to ask if there is a way to get the bundler to pick up on the other sass files that use @use
?..."No supported UI library found" for Svelte 3
getInlineAnchor loops infinitely in React application
CSUI not working on safari

How to make css module work in devtools panel page ?
@devtools-ds/object-inspector
in devtools panel page, which uses css module, but the style of the third componet does not seem to work. I can see the build file of souce css file, but I cannot to figout out how to import it in the html tempalte. Anyone has some suggestions? Thanks.How to take a value from chrome to react stata?
<img class="captcha__image" src="https://us1.bumble.com/hidden?euri=PDj28x4e81zgy8w9S7RqGnsT5vcvlLQpUE2pBJDsprYcgl74N2hkJ50zWbe6JZtSLkil3oUrla8JBWWF27Sos1R-9jzsJqQvj-elJlhCRqKAFKSd3jWW1IV0Syr2mFwqML.m1SkAxuMphDOg1xsSMAu60acHVaq6TrYQi9bgVxUr0-0NY1gjBpgBbKxcvWZNa6UbmfwcjkFw-cF0fEN30yxHw3fS2sW18shfaJpwDRyanNCUQVeexA" alt="">
<img class="captcha__image" src="https://us1.bumble.com/hidden?euri=PDj28x4e81zgy8w9S7RqGnsT5vcvlLQpUE2pBJDsprYcgl74N2hkJ50zWbe6JZtSLkil3oUrla8JBWWF27Sos1R-9jzsJqQvj-elJlhCRqKAFKSd3jWW1IV0Syr2mFwqML.m1SkAxuMphDOg1xsSMAu60acHVaq6TrYQi9bgVxUr0-0NY1gjBpgBbKxcvWZNa6UbmfwcjkFw-cF0fEN30yxHw3fS2sW18shfaJpwDRyanNCUQVeexA" alt="">
How to keep the content.tsx open (or open again) when navigating to a new page?