DebugR

DebugR

Receive debugging information alongside XMLHttpRequests.

What is DebugR?
DebugR is a Chrome extension that allows you to receive debugging information alongside XMLHttpRequests. It enables server-side code to send messages and labels with HTTP headers, which can be captured and displayed in the browser's console or using the debugr.js helper. With DebugR, you can easily track and debug requests made by your web application.
Merlin
Stats
Users: 26 ▼ -1
Version: 1.3 (Last updated: 2018-05-16)
Creation date: 2018-05-16
Risk impact: High risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • webRequest
  • webRequestBlocking
  • tabs
  • http://*/*
  • https://*/*
Size: 681.98K
URLs: Website
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
Summary

Server code (example is php, but the extension is language agnostic):

<?php if (isset($_SERVER['HTTP_DEBUGR'])) { // Only send headers when DebugR is enabled // Send a message alongside the request. header('DebugR: '.base64_encode('Hello DebugR')); // Append a unique label to send multiple messages. header('DebugR-my-first-label: '.base64_encode('Moarr information')); } ?>

Client via javascript:

window.addEventListener('message', function (e) { if (e.data.debugR) {

See more
Safety
Risk impact

DebugR is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install DebugR if you trust the publisher.

Risk likelihood

DebugR has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Screenshots
Promo images
DebugR small promo image
Small promo image
Similar extensions

Here are some Chrome extensions that are similar to DebugR: