Skip to main content

All Questions

-1 votes
0 answers
26 views

Why is my Chrome extension displaying a white screen instead of highlighting vocabulary words?

I’m developing a Chrome extension to highlight vocabulary words across different tabs and sessions. Users can click on a word to add it to their vocabulary list, and the extension should automatically ...
Faiq Rustamov's user avatar
1 vote
1 answer
39 views

How to get the value of a Google Chrome flag using Javascript

My application is running into major WebGL performance issues with Google Chrome on Apple silicon devices, which is fixed by manually setting chrome://flags/#use-angle to OpenGL. I would like to use ...
Alex Reynolds's user avatar
0 votes
0 answers
20 views

Stream Audio from another tab to Google Meet tab using Chrome Extension

During virtual calls with friends (in Chrome and over Google Meet), I would like to stream radio for the participants. The usual way for me is to play the Radio over speakers in another tab, turn on ...
Mohit's user avatar
  • 1,063
0 votes
0 answers
24 views

Use Isolate Origins in conjunction with process-per-site

Electron 23.1.1 Chrome: 110.0.5481.104 I have an Electron Desktop app which reacts to certain events and opens up new Browser windows for each new event. For performance reasons, we have added ...
Ashish Ranjan's user avatar
0 votes
0 answers
21 views

html2canvas issues chrome extension

I am trying to use the html2canvas within a chrome extension I am building. For my chrome extension I am directly injecting JS so that the user can toggle the extension so it does not go out of focus ...
Vaughn Hatfield's user avatar
-2 votes
0 answers
51 views

Button works in Chrome but not in Safari

I want to add a search button that when I click it, it can show a search box that user can type something in that search box, and system will find if there is a word similar to my locationName. The ...
巫沛樺's user avatar
0 votes
0 answers
30 views

Window focus and blur events not working properly in chrome

I have very simple code to log some message on window focus and blur events. It works fine on edge, firefox and brave browser and is not working consistently in the chrome browser. Is there any ...
Niranjan's user avatar
0 votes
0 answers
29 views

How To Make Cleanup Function more Efficient? [closed]

Just looking to see how I would make this function more efficient. I'm a beginner programmer building my first chrome extension. It scans webpages for ISBN-13s and DOIs and searches another site to ...
Nicole Richards's user avatar
0 votes
0 answers
25 views

Web worker does not have cache-control header [closed]

When I use fetch in javascript, the file has a cache-control header. When I use a web worker, the file has no cache-control header. <link href="https://www.example.com/stockfish- 16.1-single....
Cymro's user avatar
  • 1,277
0 votes
0 answers
20 views

Is changing the url of the popup page normal while making chrome extension?

Ok I building an extension where I need different UI in my popup based on different actions. So I am changing the href to the page using following window.location.href = "/html/result.html" +...
Maheer Ali's user avatar
  • 36.5k
0 votes
0 answers
21 views

How to change request header of websocket connection from chrome extension service worker

On invoking the below function, the console message "Token rule update with new token" is logged, but when actually invoking the web-socket connection request, the request header is not ...
pnkz's user avatar
  • 336
0 votes
0 answers
35 views

Firebase Push Notifications are malfunctioning in Chrome

I have configured Firebase Push Notifications to enable notifications in the web browser. The implementation functions correctly in the Edge Browser; however, it is unexpectedly non-functional in ...
Mayank Geete's user avatar
0 votes
0 answers
25 views

How to wait for navigation after clicking a button in a Chrome Extension?

I'm trying to click a button in a website and extract data from the next page after the content is loaded. I tried using onDOMContentLoaded as well as trying to put a listener in the tab but it doesn'...
Daniel Sánchez's user avatar
-1 votes
0 answers
38 views

Could changing website DOM with chrome extension fail? [closed]

I'm currently making a chrome extension to highlight websites' content by appending into textContent of text Nodes. My question is, could websites block this attempt of changing their DOM content? ...
Tuan Dat's user avatar
0 votes
1 answer
27 views

Android google chrome prints letters before keydown event

In Android Google Chrome (I'm using 128.0.6613.127 version) with javascript I've bound event callbacks addEvent(elm, 'keydown', onKeyDown); addEvent(elm, 'input', onInput); Letter is already printed ...
Necktwi's user avatar
  • 2,593

15 30 50 per page
1
2 3 4 5
1803