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 use IndexedDB in the background service_worker of Chrome Extension Manifest 3?
we could use chrome.storage.local in the background service_worker of manifest version 3,
but how could we use IndexedDB in service_worker ?
user1566268
Votes: 0
Answers: 0
Scrolling div is overflowing from position-fixed div
I'm developing Chrome extension and I have a problem. Scrolling div is overflowing from position-fixed div. How can I solve this problem?
Scrolling divs are #fragment1 and #fragment2
Position-fixed d...
Ekin
Votes: 0
Answers: 2
Is it possible to handle React events using the Chrome extension?
I am working on an extension. The target site began to use React to change some elements of the site. Can I handle these React events in order to perform the necessary operations in the extension?

Kesantielu Dasefern
Votes: 0
Answers: 0
Manifest v3 Chrome Extension Screen Recording with Background Script
I am trying to create an extension to record screen. In manifest version 2 I was using a persistent background script and calling the start function with chrome.extension.getBackgroundPage() and every...
Aiden Pearce
Votes: 0
Answers: 0