Skip to main content
Advice
1 vote
4 replies
70 views

I'm writing my first browser extensions using Manifest Version 3. I'm trying to manipulate the website permissions, the same shown in the Firefox's Page Info: I found the source code here: https://...
Tiago Pimenta's user avatar
Best practices
0 votes
2 replies
136 views

This question is related to my question here, but it is still slightly different. However, it still concerns the problem that listeners must be registered during the first synchronous run, while the ...
Tensai's user avatar
  • 62
0 votes
1 answer
123 views

Let's say I'm creating a browser extension using MV3. This question involves the background service and the chrome.tabs.onRemoved event as an example, but presumably this would apply to other types of ...
Garret Wilson's user avatar
0 votes
0 answers
68 views

My understanding from the WXT documentation is that if I have a script named entrypoints/sidepanel/index.ts, this will be an "unlisted script". But if I rename it to entrypoints/sidepanel/...
Garret Wilson's user avatar
2 votes
2 answers
68 views

I'm trying to set a cookie in the popup page of my extension to no avail. I've tried two different methods... First I used document.cookie, which doesn't do anything... document.cookie = "SID=...
br441's user avatar
  • 55
0 votes
1 answer
138 views

I have an iframe loading inside an extension page but unfortunately the document inside the iframe embeds its own iframes whose Content-Security-Policy I still can't circumvent with ...
3rdTim's user avatar
  • 1
0 votes
0 answers
27 views

I wrote simple chromium extension where I define command with keyboard shortcut: "commands": { "copy-to-clipboard": { "suggested_key": { "default&...
matkor's user avatar
  • 1
0 votes
0 answers
284 views

I'm trying to create a web extension using Web Audio API and Essentia.js. Basically, the process I'm currently focused on is: User inputs an audio file from device; File is converted to the ...
tymurmchyk's user avatar
0 votes
0 answers
88 views

I recently converted a web extension to manifest v3. The extension is supposed to work in all browser, notably both chrome and firefox. It should always display a badge text, independent of the ...
tobib's user avatar
  • 2,564
1 vote
1 answer
159 views

How can I include Papaparse so I can use it in Web Extension Javascript code? I know this might be obvious to any experienced JavaScript programmer, but I am not very experienced with JavaScript. ...
Mark B's user avatar
  • 11
0 votes
1 answer
38 views

For my web extension I would like to have a "debug mode" which makes troubleshooting issues with the extension easier. By default this debug mode should be disabled, but it should be ...
Marcono1234's user avatar
  • 7,237
0 votes
0 answers
22 views

For a web extension messages.json translation file, is it possible that a translation includes another translation? That would be useful when you want to avoid duplication. For example something like: ...
Marcono1234's user avatar
  • 7,237
0 votes
1 answer
207 views

I know I'm a little late to the game and have only just started porting my own extension from manifest v2 to v3, but I'm wondering why no one has pointed this out yet. At least I haven't found ...
Tensai's user avatar
  • 62
0 votes
1 answer
58 views

I have a web extension for firefox based on manifest_version: 2. My extension interacts with the elements of a certain third-party site, sometimes modifying them or supplementing the interface with my ...
Araders's user avatar
  • 29
2 votes
0 answers
70 views

I'm trying to develop a browser extension to customize the PDF preview page. In the Stack Overflow question Chrome Extension: How to show custom UI for a PDF file, the main author of the PDF.js Chrome ...
Meo's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
8