AJAX Debugger
Malware Detected
This extension has been flagged as potentially malicious.
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-16.
Logs all AJAX activity to the Dev Tools Console, allowing inspection of AJAX calls, and open calls in new tab with all the inputs.
AJAX Debugger will log all AJAX (XMLHttpRequest) activity to Chrome's Developer Tools Console. This allows developers to easily see top-level request info, like the HTTP status, response time, and size. Click the URL to open the AJAX call in a new tab, including all the inputs, making debugging much easier. You can even drill down to see all the low-level request details including the HTTP header information.
Logged data includes:
• File called
• Response Status
• Response Time
• Response Size
• AJAX source link with all input params
• Object containing all request and response details
• Response content (optional)
• Warning if response takes longer than set time
Logo & promo design by Andy Merskin <www.AndyMerskin.com>
Latest reviews
No funciona
don't work now
Please, add support to show the method (POST, GET, PUT, etc) in the console. It would be useful for a first insight. thanks!
dont work.
Good idea unfortunately not working now.
Not working at all
A mí tmp xD
limit length of time two digit not 358.31599999801256ms. it would be great if we could have option to show only Response object.
Nice. I try to debug ajax params and It's working well Thank you so much Regards
Funktioniert nicht.
Awesome!
thanks!
no funciona. no aparece nada en la consola.
Usefull!
PERFECT! Thnx a lot!
thanks for this extension
Мне всё нравится )
не работает и ничего не выводит
It's Well
Não funfa
Good tool, by need checkbox for on/off this function!
no work on mac os 10.11,so sad.
Excellent amount of detail, very usefull. Thanks!
Works well enough, and I couldn't find anything else out there like it. NOTE: I've modified the source and done a pull request on github to fix the problems I am mentioning below, so I am also changing it to 5 stars :-) OLD REVIEW: It is a bit cumbersome to click through 4-5 objects to get through to the actual request data, and the response data isn't handled very well on the console display with JSONP
十分实用
The best one
Very helpful & awesome tool! :)
Nice! but lacks a few functionality that I'm looking for.
Very useful extension for debugging! Sometimes "Content-Type: application/json" missing in AJAX response. That's why Chrome doesn't show response body in Network tab of Dev Tools (after INSTANT page reload). BUT when AJAX Debugger installed and "Include Response Content in [Object]" enabled, Chrome starts showing response body! Very handy!
Show response is not displaying the response very well. It is cut, not like Firebug which really display all the response completely so that we can read if there is any error message generated by server. But it is really a great extension, and the only one in Chrome Store.