RazaGR / query-param-capture-extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 75.9%Language:HTML 24.1%