Timeouts and Intervals icon

Timeouts and Intervals

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-16.

Extension Actions

CRX ID
oagmfffelnnohpbidjknmhfangoahcan
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

Extends the Chrome Devetools by adding a sidebar that displays the number of active timeouts and intervals.

Image from store
Timeouts and Intervals
Description from store

The extension inserts a script into the page (using a content script) that monkey patches the setTimeout, clearTimeout, setInterval and clearInterval to keep track of the timeout and interval registration and clearing which are recorded in an object. It adds a devtools side panel called Timeouts and Intervals in the Sources tab that displayes that statistic when timeout or interval is registered, triggers or is cleared. To clear the timeouts and intervals it exevutes the clearTimeout and clearInterval using chrome.devtools.inspectedWindow.eva(...) in the context of the page.

Latest reviews

Facundo Mateo
Not working on the current version of chrome
Alex-Dev Pearce
Good idea but not functional on current version of chrome