Input hidden Monitor

Monitoring of Hidden inputs

什么是Input hidden Monitor?

Input hidden Monitor是由Bohumil Beran开发的Chrome扩展程序,该扩展的主要功能是“Monitoring of Hidden inputs”。

扩展截图

screenshot
screenshot

下载Input hidden Monitor扩展crx文件

下载Input hidden Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
官方URL https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
简介 Monitoring of Hidden inputs
文件大小 36.05 KB
安装次数 448
当前版本 1.1
更新时间 2014-10-24
上架时间 2014-10-24
开发者 Bohumil Beran
付费类型 free
支持的语言 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"
            ]
        }
    ]
}