google-chromehttp-headers

Is there a Google Chrome extension to inject custom HTTP headers in each request?


Firefox has the "modifyheaders" plugin. Is there anything like it for Google Chrome?


Solution

  • Use the WebRequest API.

    This was recently asked in another SO post.