Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Extension

Why Is Chrome.runtime Undefined In The Content Script?

I have a very simple chrome extension, where I'm trying to pass a message from the background s… Read more Why Is Chrome.runtime Undefined In The Content Script?

Chrome Extension Sendmessage From Popup.html To Content.js Not Working

I'm trying to build an Extension which sends data from the popup.html to the tab dome, but I ca… Read more Chrome Extension Sendmessage From Popup.html To Content.js Not Working

Basic Message Passing In Chrome Extension Seems To Fail

I have read the documentation and this should be basic but I can't seem to get those alerts to … Read more Basic Message Passing In Chrome Extension Seems To Fail

Why Is The Response Body Empty (0 Bytes On Network Tab) For This Request? Is It To Do With This Being An Extension?

When I use the fetch API (Or xmlhttprequest) I get a 0 byte response. Here is a sample of my code: … Read more Why Is The Response Body Empty (0 Bytes On Network Tab) For This Request? Is It To Do With This Being An Extension?

Chrome Extensions: Chrome.storage.local.get Headache

Trying to build a simple Chrome extension to output the whole contents of localStorage. How difficu… Read more Chrome Extensions: Chrome.storage.local.get Headache

Synchronous Message Passing In Chrome Extensions?

I'm trying to block a script file from loading on user defined websites. To block a script file… Read more Synchronous Message Passing In Chrome Extensions?

Chrome.scripting.executescript Pass Parameter

I have this code in the popup.js file on my Chrome Extension: chrome.scripting.executeScript({ ta… Read more Chrome.scripting.executescript Pass Parameter

Jquery $(document).off() Not Working In Chrome Extension

I've created a Chrome Extension based on https://thoughtbot.com/blog/how-to-make-a-chrome-exten… Read more Jquery $(document).off() Not Working In Chrome Extension