setInterval sniffer

Keeps tabs on your setTimeout's

What is setInterval sniffer?

setInterval sniffer is a Chrome extension developed by https://n12v.com, and its main feature is "Keeps tabs on your setTimeout's".

Extension Screenshots

screenshot

Download setInterval sniffer Extension CRX File

Download setInterval sniffer 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

                        setInterval sniffer shows all running intervals on page in Chrome DevTools. Cleared intervals are greyed out.                    

Extension Basic Information

Name setInterval sniffer setInterval sniffer
ID odkgihncjgklajjabihpoipfnpcjhdno
Official URL https://chromewebstore.google.com/detail/setinterval-sniffer/odkgihncjgklajjabihpoipfnpcjhdno
Description Keeps tabs on your setTimeout's
File Size 10.88 KB
Installation Count 1,091
Current Version 1.0
Last Updated 2013-09-18
Publish Date 2013-09-17
Rating 3.50/5 Total 14 Ratings
Developer https://n12v.com
Payment Type free
Extension Website https://github.com/NV/setInterval-sniffer
Help Page URL https://github.com/NV/setInterval-sniffer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "setInterval sniffer",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Keeps tabs on your setTimeout's",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "setInterval-sniffer.js"
    ],
    "devtools_page": "devtools.html"
}