dnakov / little-rat

🐀 Small chrome extension to monitor (and optionally block) other extensions' network calls
MIT License
2.08k stars 64 forks source link

Can I view detail on each network call ? #6

Closed ttpro1995 closed 1 year ago

ttpro1995 commented 1 year ago

Can I view, something similar to developer console ? (i.e: content, response, status code ...)

dnakov commented 1 year ago

That's not currently possible with the declarativeNetRequest API. (See screenshot of all that's available) It could be done with the webRequest API but you won't be able to see other extension's network calls with it.

Screenshot 2023-08-15 at 9 35 50 AM