python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to persist data in memory after closing popup extension
I'm building a chrome extension, and I'd like to have some sensitive data stored in memory (not disk) while the user has their browser open. The data should persist in the chrome extension even if the...

now_world
Votes: 0
Answers: 0
Importing `day.js` doesn't work in my extension despite being usable in the console
I'm trying to use the day.js library in my extension. Data is passed using browser.runtime.sendMessage() from my content script to my background script, which is where I use day.js.
Oddly enough, Erro...
Paul
Votes: 0
Answers: 0
Javascript Browser WebExtension API - Get all headers and other parameters of the active tab
I'm developing an easy addon for the browser for exercise since I'm new on javascript and I'm reading documentation related to the topic by https://developer.mozilla.org/en-US/docs/Web/API
My purpose ...
Develobeer
Votes: 0
Answers: 1
Post data from a website to another website via webextension
I have an architectural question, whether it is possible to post data from website A to website B via the help of a webextension.
I am relatively new to webextension (browser plugin development) and w...
bigfatbird
Votes: 0
Answers: 0