Timeouts and Intervals
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-16.
Extends the Chrome Devetools by adding a sidebar that displays the number of active timeouts and intervals.
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
Not working on the current version of chrome
Good idea but not functional on current version of chrome