Do I have to publish a .zip manually to get the extension id?

When constructing SUBMIT_KEYS for google chrome extension store in github, I need the extension id.
Ludvig
Ludvig•15d ago
do i have to publish a .zip in the google chrome dev site before being able to configure this? Or how do I find the ext id? same question goes for firefox
filthytone
filthytone•11d ago
How to Create a Consistent ID for Your Chrome Extension
Quickstart and a Deep Dive Into the World of Chrome Extension Ids and Ensure Your Extension Has a Consistent One
filthytone
filthytone•11d ago
MDN Web Docs
browser_specific_settings - Mozilla | MDN
The browser_specific_settings key contains keys that are specific to a particular host application.
Want results from more Discord servers?
Add your server
More Posts
How to adjust the with-firebase-auth to work with Arc (other chromium browsers)I'm encountering issues with the example for using Firebase Authentication when extending the scope How to create a new tab from a router?Given an index.tsx: ex. import { Route, Routes } from "react-router-dom" import { Login } from "~Can a Browser Extension look like Apple's Dynamic Island?I've never built a browser extension, but I had an inkling of a UI idea to build something akin to hHow do you debug a problem when yarn dev just exits?I've got a bug where when I run yarn dev, it exists without printing anything useful: (base) james@just out of curiosity, where does the storage live?why does it work? i cannot find any cookie or localstorage where the keys i setup from plasmo are, iSend data from content script or popup to main content script.I want to manipulate some dom items on the main world, how do I send a message from my popup or my oLoading a content script on a specific tabHowdy folks, I'm wanting to explicitly load a content script on a specific tab, so it doesn't interfanyone using authjs with plasmoIf yes, how did you go about this?Help: chrome.scripting.executeScript executes only onceHey guys, I need help with the below code. I have created a popup with a button that calls the belowWeb Workerhey im working with a web worker and it seems to be huge in dev but much smaller in the prod build. Certainly! To bundle a resource withCertainly! To bundle a resource with Plasmo, you can utilize tools like Webpack or Parcel to packageIntegrating Web Authentication with Plasmo ExtensionI'm new to Plasmo and currently working on creating a Vue extension. My web application utilizes CleUsing Stripe and setup an API inside the extensionHello ! I am able to make queries to stripe using what was explained on the website : https://docError with messagingHey, im trying to send a message from a content script in the main world to the background. For that