Debugger Timeout

The best extension to set a timed debugger to inspect hard-to-grab elements on web pages

What is Debugger Timeout?

Debugger Timeout is a Chrome extension developed by nunibaranes, and its main feature is "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages".

Extension Screenshots

screenshot

Download Debugger Timeout Extension CRX File

Download Debugger Timeout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        How to use the Debugger Timeout:

The devtools must be open, so that the extension will work properly.

Sometimes we need to inspect elements that are hard to grab during DOM events like mouse over ,drag and drop, etc.
Therefore the solution is to fire a debugger, exactly when it’s necessary.

We appreciate that you tried the Debugger Timeout! If you have comments or requests to improve, please report them on the GitHub repository or send us a direct message.                    

Extension Basic Information

Name Debugger Timeout Debugger Timeout
ID elmehliiloojeenadcoppopohddbjgfk
Official URL https://chromewebstore.google.com/detail/debugger-timeout/elmehliiloojeenadcoppopohddbjgfk
Description The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
File Size 177 KB
Installation Count 122
Current Version 1.0.1
Last Updated 2023-09-21
Publish Date 2021-10-07
Rating 5.00/5 Total 4 Ratings
Developer nunibaranes
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Debugger Timeout",
    "description": "The best extension to set a timed debugger to inspect hard-to-grab elements on web pages",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Debugger Timeout",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}