/query-param-capture-extension

This is a chrome extension to demonstrate how to capture query param from webRequest traffic.

Primary LanguageJavaScript

Capture url query parameters - chrome v3 extension

This extension demonstarte how you can capture a query parameter in webReqest api. In this example I am capturing sessionID on all URL's. You can change that to whatever query parameter you are required.

How to test

To active go to chrome://extensions/ , enable Developer mode and upload capture-query folder using Load unpacked option to test this extension.

Enjoy