2

Now I'm working to do twitter client with Javascript.
After I read this topic, I have question

Modify HTTP Headers for a JSONP request

He told impossible way to modify HTTP Header when using JSONP.
If it's true. How does twitter extension work in Chrome ?
I think Chrome extension use Javascript, too.

Community
  • 1
  • 1
diewland
  • 1,865
  • 5
  • 30
  • 41

1 Answers1

4

Extensions have more privileges then "normal" JavaScript code executing within a page. Check here:

icyrock.com
  • 27,952
  • 4
  • 66
  • 85