Google Chrome extention modifying page request -


is possible catch request of page before sent out? check , modify data sent out. example if have text box on page , form submitted data of text box using extention modify , send on it's way.

if 1 can point me in right direction grate

thanks eli

chrome has chrome.experimental.webrequest api module allows catch web requests before sent, docs doesn't can modify them, observe.

i think better off injecting content script pages , listening onbeforesubmit event on forms.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -