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

Capture Http Status 300 For Redirect Download Links

I'm developing a Chrome Extension to download links on a webpage. I came across some links ther… Read more Capture Http Status 300 For Redirect Download Links

Ajax Call Not Working Chrome Extension With Manifest V2

I'm trying to play around with a basic chrome extension which goes something like this chrome.o… Read more Ajax Call Not Working Chrome Extension With Manifest V2

Accessing A Pages Object Using A Chrome Extension

I simply have to access an object that is a variable on the page that I am running my content scrip… Read more Accessing A Pages Object Using A Chrome Extension

How To Get A Paragraph From The Active Tab With Chrome Extension?

In my background.html I am getting the id, url, and title of the current tab like this: chrome.tabs… Read more How To Get A Paragraph From The Active Tab With Chrome Extension?

Javascript, Chrome Extension: Overriding Cookie Getter And Setter

EDIT: After being recommended to work with headers, I asked a similar question here. I'm trying… Read more Javascript, Chrome Extension: Overriding Cookie Getter And Setter

Overriding Canvasrenderingcontext2d.getimagedata()

I am trying to override the built in method CanvasRenderingContext2D.getImageData(). I would like t… Read more Overriding Canvasrenderingcontext2d.getimagedata()