ARP Spoof Sniffer

Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…

Cos'è ARP Spoof Sniffer?

ARP Spoof Sniffer è un'estensione di Chrome sviluppata da rijin.mk9, e la sua funzione principale è "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ARP Spoof Sniffer

Scarica i file di estensione ARP Spoof Sniffer 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

                        Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting your web-forms elsewhere to a local attacker.                    

Informazioni di Base sull'Estensione

Nome ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
URL Ufficiale https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Descrizione Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Dimensione del File 483 KB
Conteggio Installazioni 106
Versione Corrente 0.1
Ultimo Aggiornamento 2019-06-28
Data di Pubblicazione 2019-06-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore rijin.mk9
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ARP Spoof Sniffer",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "arp.png",
        "default_popup": "safe.html",
        "default_title": "ARP Spoof Sniffer"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}