Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

String compression in JavaScript

I'm looking for a JavaScript function that given a string returns a compressed (shorter) string. I'm developing a Chrome web …

javascript google-chrome-extension lossless-compression
Chrome Extension Manifest 'Matches'

I'm trying my hands at a simple Chrome Extension, but am running into a problem with providing a value for …

json google-chrome-extension
Chrome Console SameSite Cookie Attribute Warning

Is anybody else getting this Chrome console warning? A cookie associated with a cross-site resource at was set without the …

google-chrome google-chrome-extension google-chrome-devtools
sendMessage from extension background or popup to content script doesn't work

I know that question has been repeatedly asked in different ways, but I tried to go through all the answers (…

background google-chrome-extension sendmessage content-script
Making a Chrome Extension download a file

I am creating an extension that will download a mp3 file off a website. I am trying to do this …

javascript html google-chrome google-chrome-extension
Apps, Extensions and scripts cannot be added from this website

I'm trying to add the Rapid Interface Builder extension to chrome using the rib.crx file I downloaded from https://01.…

google-chrome google-chrome-extension google-chrome-app crx
Create a file using Javascript in Chrome on client side

I would like to know if I can create a text file and save the file in the users "Downloads" …

javascript google-chrome google-chrome-extension facebook-javascript-sdk dom-events
Chrome extension to listen and capture streaming audio

Is it possible for a Chrome extension to listen for streaming audio from any of the browser's tabs? I would …

google-chrome audio google-chrome-extension audio-streaming audio-capture
Modify HTML of loaded pages using chrome extensions

How can I add some HTML code to the loaded page if page's title contains specific text? Chrome extensions are …

javascript google-chrome google-chrome-extension
How to delete a database in WebSQL programmatically?

I am new to Web SQL database and I use it to save data in a local database in a …

javascript sql google-chrome google-chrome-extension web-sql