A simple, easy-to-use and powerful analog request chrome extension.
v 1.0.1
PLEASE DO NOT USE IT FOR ILLEGAL PURPOSES!
- Open workpage(background.html)
Right-click menu or popup(click Requestool's icon).
- Open your target page in a new tab.
- Press
F12
to open Chrome DevTools and click theRequestTool
tab. - Click
start listening
and send your REQUEST in current page. - Now turn to the list of requests in
RequestTool
tab. Select your target REQUEST, which is usually a POST. - Switch to workpage opened before. Now you can see the caught REQUEST in list.
Adjust repeat and timeInterval for every REQUEST;
- Use successCheck(optional) & failCheck(optional) to decide when one task should be stopped.
for example:
you have a request responses like this:
{ "flag": "1", "otherPara": "i dont care", }
- If your want to stop REQUEST when
flag=1
, set successCheck(optinal) to{"flag": "1"}
of a stantard JSON. - Support multi-condition.(not tested)
- Use successCheck(optional) & failCheck(optional) to decide when one task should be stopped.
- v 1.0.1 2019.09.17 add LICENCE modify README
- v 1.0.0 initial version
- nowaku - Initial work - windingwind