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
I'm interested in writing some Chrome compatible Greasemonkey scripts, but I'm finding that there are few updated tutorials on how to really g
Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tool