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
Post a Comment