Last updated: 2026-08-17
Drupal Visual Debugger is a Chrome extension that overlays debug output Drupal itself already writes into a page's HTML — Twig theme-debug information (which template rendered an element, its theme hook, suggestions, and file path) and, when enabled, render-cache information (cache hit/miss, tags, contexts, keys, max-age) — through an on-page overlay and a fly-out inspector panel.
To build the overlay and inspector panel, the extension reads the HTML comments Drupal's own debug settings write into the page (Twig theme-debug and, separately, render-cache debug output), along with the structure and position of the corresponding page elements. This processing happens entirely inside your browser tab. Nothing read from the page is sent to any server, to the developer, or to any third party — there is no analytics, tracking, or remote logging of any kind.
The extension stores two small pieces of state, both entirely on your own device, using Chrome's built-in storage APIs:
chrome.storage.local so your preference persists across
page loads. This is cleared if you remove the extension or clear its
storage.chrome.storage.session. This is used only to keep the
debugger active as you navigate within the same site, and is cleared
automatically when you close the tab, navigate to a different site, or
restart your browser.Neither of these is transmitted anywhere. No personally identifiable information, health information, financial or payment information, authentication credentials, personal communications, or location data is collected, at any point.
This extension does not share, sell, or transmit any data to third parties, because it does not transmit data anywhere in the first place. There are no third-party analytics or advertising SDKs of any kind.
This extension is a developer tool for inspecting Drupal websites and is not directed at children. It does not knowingly collect any data from anyone, including children.
This extension's source, and the drupal-visual-debugger library it bundles, are both open source (GPL-2.0-or-later) and available at github.com/mabho/drupal-visual-debugger-extension.
If this policy changes, the updated version will be posted at this same URL with a revised "Last updated" date above.
Questions about this policy or the extension's data practices can be sent to marcos.buarque@uol.com.br, or raised as an issue on the GitHub repository.