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.
I am writing a chrome extension in which an embed should be sent to a discord webhook. In chrome extensions, you can't import modules, so I must use XMLHttpRequ
Currently with my Chrome Extension, I want to execute a block of code whenever a new day begins for a user (users may have different timezones). I was initially
I'm in the process of building a chrome extension that needs to leverage my companies internal SSO system. I'm using a background script because I need to make
I have the following files (gist for easy access): manifest.json { "name": "testmessage", "version": "0.1", "manifest_version": 2, "externally_connect
I created a very simple extension chrome but I have a problem I can not fix it, the problem is of Content Security Policy of google chrome please I need help fo
I have a Google Chrome Extension that supports chat. The chrome extension displays the messages sent to you in desktop notification. I have noticed that wheneve
I need to get data when a specific attribute is added . I have read this post : Is there a JavaScript/jQuery DOM change listener? var observer = new Mutation
How would I append functions to the right click menu in the browser? E.g something appended to the right click menu which does function dosomething() which is l