Hidden Input Finder
Find if there is a hidden input field
What is Hidden Input Finder?
Hidden Input Finder is a Chrome extension developed by PTC, and its main feature is "Find if there is a hidden input field".
Extension Screenshots
Download Hidden Input Finder Extension CRX File
Download Hidden Input Finder 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
                        2022/09/20 Update: remove unnecessary permission                     Extension Basic Information
| Name |  | 
| ID | dekoidpnemkjhliakocnefjglakopanf | 
| Official URL | https://chromewebstore.google.com/detail/hidden-input-finder/dekoidpnemkjhliakocnefjglakopanf | 
| Description | Find if there is a hidden input field | 
| File Size | 245 KB | 
| Installation Count | 388 | 
| Current Version | 1.3 | 
| Last Updated | 2022-09-20 | 
| Publish Date | 2019-04-07 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | PTC | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/ptc0219/Hidden-Input-Finder | 
| Supported Languages | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hidden Input Finder",
    "description": "Find if there is a hidden input field",
    "version": "1.3",
    "author": "Jimmy Pan",
    "icons": {
        "16": "icon\/icon16.png",
        "24": "icon\/icon24.png",
        "32": "icon\/icon32.png",
        "128": "icon\/icon128.png",
        "512": "icon\/icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "128": "icon\/icon128.png",
            "512": "icon\/icon512.png"
        },
        "default_title": "Hidden Input Finder",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    }
} | |