Input hidden Monitor

Monitoring of Hidden inputs

Wat is Input hidden Monitor?

Input hidden Monitor is een Chrome-extensie ontwikkeld door Bohumil Beran, en de belangrijkste functie is "Monitoring of Hidden inputs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Input hidden Monitor

Download Input hidden Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
Officiële URL https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
Beschrijving Monitoring of Hidden inputs
Bestandsgrootte 36.05 KB
Aantal Installaties 448
Huidige Versie 1.1
Laatst Bijgewerkt 2014-10-24
Publicatiedatum 2014-10-24
Ontwikkelaar Bohumil Beran
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}