Devtools Status Detector

Devtools Status Detector

Allows Javascript Developers to know when Chrome Devtools is open/closed.

What is Devtools Status Detector?
Devtools Status Detector is a Chrome extension designed to help Javascript developers detect the status of Chrome Devtools on a current page. It raises an event when Devtools opens or closes, allowing developers to execute specific code based on the status. With its simple yet powerful functionality, Devtools Status Detector is an essential tool for Javascript developers working with Chrome Devtools.
Merlin
Stats
Users: 28 ▲ 2
Rating: 5.00 (1)
Version: 0.0.2 (Last updated: 2017-08-22)
Creation date: 2017-08-22
Risk impact: High risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • <all_urls>
Size: 17.73K
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

This extension helps Javascript developers detect when Chrome Devtools is open or closed on current page.

When Chrome Devtools closes/opens, the extension will raise a event named 'devtoolsStatusChanged' on window.document element.

This is example code:

 function addEventListener(el, eventName, handler) {
    if (el.addEventListener) {
        el.addEventListener(eventName, handler);
    } else {
        el.attachEvent('on' + eventName,
            function() {
                handler.call(el);
            });
    }
See more
User reviews
Does what it says it does. Thank you.
by J B J B, 2023-11-12
View all user reviews
Safety
Risk impact

Devtools Status Detector 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 Devtools Status Detector if you trust the publisher.

Risk likelihood

Devtools Status Detector has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to Devtools Status Detector: