I write extension for Chrome. And I need run delayed tasks when background page inactive. Cause setTimeout not working in background tabs, I try emulate setTime
I am trying to pass a message triggered by an alarm from background.js to loader.js. Here is my code: manifest.json: { "update_url": "https://clients2.google.
Here's a script got from Y2mate.com I tweaked a bit, instead of downloading video it downloads Mp3. When I click on the "Download" button. It opens this page ,
When sending cross origin requests using the fetch API the origin request header is being set to null instead of the chrome://xxxxx that I was expecting. Using
When sending cross origin requests using the fetch API the origin request header is being set to null instead of the chrome://xxxxx that I was expecting. Using
I want to launch the options after my extension got installed. Here are many answer to this issue which I tried to use in this case. My problem is that chrome.
I'm currently dealing with a an X-Frame-Options issue being blocked when running my Cypress.io tests. I cannot change the server setup to modify the X-Frame se
I'm trying to learn how to make chrome extensions and have been trying to learn with the new manifest v3 as my understanding is it'll be the norm in the future.
it seems like we can't use proxy connections that needs an authentication with chrome.proxy API. Reference: SOCKS5 Proxy Authentication in Google Chrome Extensi
Anyone know why the ReactJS Chrome browser extension isn't showing for mein dev tools? It's installed, at one point it was working. I'm using chrome Version 39
I am working on twitter oauth through chrome extension. I need to get oauth_token to authenticate the user. I am referring to https://developer.twitter.com/en/d
I currently have indexedDB on google.com domain. i want to be able to read it from google chrome extension. how can i accomplish this? do i need to add any spec
I am currently writing a google chrome extension, and I need to find out information about websites' response headers. In order to do this, I used the getAllRes
I am currently writing a google chrome extension, and I need to find out information about websites' response headers. In order to do this, I used the getAllRes
I have ported a Chrome/FireFox extension. One of the things that does not work is receiving message from background to a options page (safari-web-extension:///p
Hi I am developing chrome extension for social media marketing. I am using fetch in service_worker to send a request on facebook but but it is not working for m
i'm newbie with chrome extension so i need to developing chrome extension by using native messaging to communication message with c#.exe application Now proble
Im creating a chrome extension for Rss reader in that im getting the above error. please help manifest.json { "name": "Tutorialzine Extension", "m
We developed a Chrome extension, and I want to test our extension with Selenium. I created a test, but the problem is that our extension opens a new tab when it
I want to send message from the console of the random web page to my chrome extension. chrome.extension.sendMessage doesn't seem to work.