Input hidden Monitor

Monitoring of Hidden inputs

What is Input hidden Monitor?

Input hidden Monitor is a Chrome extension developed by Bohumil Beran, and its main feature is "Monitoring of Hidden inputs".

Extension Screenshots

screenshot
screenshot

Download Input hidden Monitor Extension CRX File

Download Input hidden Monitor 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

                        Ideal for watching hidden inputs, whose values ​​change a javascript.                    

Extension Basic Information

Name Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
Official URL https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
Description Monitoring of Hidden inputs
File Size 36.05 KB
Installation Count 448
Current Version 1.1
Last Updated 2014-10-24
Publish Date 2014-10-24
Developer Bohumil Beran
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input hidden Monitor",
    "description": "Monitoring of Hidden inputs",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Input hidden Monitor",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/utils.js",
                "js\/content.js"
            ]
        }
    ]
}