Is it an expected behaviour for a serviceworker to not respond to or wake up when a message has been sent from a content script or popup. And if so , how do I w
I deployed a FastAPI based backend on Heroku and whenever I query the url via cURL or Postman, it works fine. However, when it queried from a chrome extension (
I'm curious if i can modify the theme colors based on a button click in a chrome extension. I couldn't find an answer reading the Chrome extension docs. Thx!
I am running a content.js on a youtube page and i want it to disable the controls of the youtube video. I am getting the video by video=document.querySelector('
I'm building a chrome extension where I get a file as input from the user and pass it to my background.js (service worker in case of manifest v3) to save it to
I'm trying to update my Chrome Extension to Manifest v3. I use a JSTensorflow Model and it pops this error: Uncaught EvalError: Refused to evaluate a string as
I'm currently learning how to develop chrome extension using React. However, i'm stuck with an issue where react re-renders like 3 times even with a very basic
I need to connect Metamask to a Chrome extension I'm doing. I'm not a crypto expert, I'm using ethers js and following some tutorials but the extension doesn't
For some unknown issue after getting the latest update from the redux dev tools chrome extension I am getting the below warning message: Symbol.observable as d
Here is a minimal extension for chrome in v3: manifest.json { "manifest_version": 3, "name": "Test", "version": "1.0", "description": "Test extension",
I'm experimenting with Google Chrome extensions. In a popup html I have a button that executes the readItalian function. italianBtn.addEventListener("click", as
i'm developing a chrome extension which will input some search conditions and then trigger a button to retrieve result automatically. Since the result can't be
I am developing a Chrome extension which makes requests from certain websites to an API I control. Until Chrome 73, the extension worked correctly. After upgrad
I was developing an app while I was testing it on Google Chrome with react npm run, but when I Uploaded the Extension to Google to test it, something very stran
I had this idea for a new chrome extension: It should create a linking QR code for the currently open website, displayed in the popup.html which can be easily s
I have a function that intercepts the request and changes the url based on the data from the page function my_func(requestDetails) { var count="0"; chrome.t
I'm developing a chrome extension using webpack and babel. I have this popup.js: import 'regenerator-runtime/runtime' // This is required in every JS files that
I'm developing a chrome extension using webpack and babel. I have this popup.js: import 'regenerator-runtime/runtime' // This is required in every JS files that
Our Chrome extension has both content and background scripts communicating with each other. When the plugin is updated, the background script is stopped and the
When react app is inside an iframe, dev tool chrome extension for react is not working. Refererd: https://github.com/facebook/react/issues/18945 Solution sugges