FormData Viewer

View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields

Cos'è FormData Viewer?

FormData Viewer è un'estensione di Chrome sviluppata da https://time2hack.com, e la sua funzione principale è "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FormData Viewer

Scarica i file di estensione FormData Viewer 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

                        Extension to view the FormData of all the forms on the page

Shows hidden forms and hidden fields                    

Informazioni di Base sull'Estensione

Nome FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
URL Ufficiale https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
Descrizione View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Dimensione del File 58.16 KB
Conteggio Installazioni 287
Versione Corrente 0.2
Ultimo Aggiornamento 2019-10-18
Data di Pubblicazione 2019-10-16
Sviluppatore https://time2hack.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://time2hack.com/contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FormData Viewer",
    "description": "View HTML FormData of all the forms on the page quickly with this utility.\n\nShows hidden forms and hidden fields",
    "version": "0.2",
    "homepage_url": "https:\/\/time2hack.com\/extensions\/formdata-viewer",
    "browser_action": {
        "default_icon": "icons\/icon-switch-128.png",
        "default_title": "FormData Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-switch-16.png",
        "48": "icons\/icon-switch-48.png",
        "128": "icons\/icon-switch-128.png"
    }
}