views:

903

answers:

1

Hi! I should create a google chrome extension.It's a multimedia web recorder. Should I parse http headers (http sniffer), between these take those videos and save. not exist httpFox for Chrome, how could I do? Thanks

A: 

How do I find the http headers of my pages in javascript?

Gnu
You can't, not using pure JS or the current version of the Chrome API.
Max Shawabkeh
hmmm if i implement an http sniffer inside ... i can!Otherwise i can get the url request from "chrome://net-internals" but it is possible?
Gnu
You can't access chrome:// URLs from extensions, and neither can you sniff the HTTP traffic unless you make it yourself using XHR.
Max Shawabkeh
ok thanks for answer. I have another question: it is possible manage the cache,always in Google Chrome,in javascript?can i delete the single item from cache?Thanks
Gnu