Relative Content

Tag Archive for google-chrome-extension

Get Mic and Speaker Audio in Chrome Extension via getUserMedia()

I am trying to identify events when speaker and mic are used using a Chrome Extension.
I used as an example a Google Meet link, I logged in and then I started the extension to record when the mic / speaker are used in order to pull the events on “ondataavailable()”.
The code in the offscreen javascript file is reached as I can see all the console.log() but I do not see anything ondataavailable() and I am not sure why. Anybody has any clue?

How to in SidePanel get Chrome Theme colors?

I would like to create Chrome Extension with sidePanel. I can’t find solution how to get Chrome Browser Theme colors and use it in my sidePanel. I would like to my extension sidePanel looks exactly the same like others default Chrome sidePanels like ex. Reading List. It seams be a simple thing for example using CSS variables, but I can’t find any informations about this.

How to force chrome to remove old versions of Chrome Extensions?

Chrome is eating my storage space day by day in giga bytes , so when i investigate the issue i found that chrome seems like auto update extensions and also not delete the old version which result to increase in disk usage. am not sure how can billion dollar corporation like google will be so dumb to not consider this.