Input hidden Monitor

Monitoring of Hidden inputs

Cos'è Input hidden Monitor?

Input hidden Monitor è un'estensione di Chrome sviluppata da Bohumil Beran, e la sua funzione principale è "Monitoring of Hidden inputs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Input hidden Monitor

Scarica i file di estensione Input hidden Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
URL Ufficiale https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
Descrizione Monitoring of Hidden inputs
Dimensione del File 36.05 KB
Conteggio Installazioni 448
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-24
Data di Pubblicazione 2014-10-24
Sviluppatore Bohumil Beran
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}