This is a Chrome extension that can help you capture web traffic urls. Normally, you use the Chrome DevTool to monitor network traffic. But some website may stop running when the DevTool is opened, so I write a chrome extension to query the Chorme API for all network traffic, avoiding the DevTool altogether.
- Clone this repo to the
master
ordev
whoever is the latest. - Install all dependencies:
yarn install
- Build the static javascript files:
yarn build
The build version of the extension inside the build
folder.
- Click the extensions icons, click
manage extensions
. - Turn on the
Developer mode
switch at top right corner. - Click
Load unpacked
button. - Find the locate of your
build
folder.
Currently the extension is still under development, the most updated version is always on this repo.
To update:
- Pull the latest changes from
master
ordev
branch:git pull
- Go through the build step mentioned above.
- The most update version should be reflected in Chrome on next time loading the extension.
- In case the new version is not loaded, go to the extension page, then click the reloaded button at bottom right corner of the extension card.