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…

¿Qué es ARP Spoof Sniffer?

ARP Spoof Sniffer es una extensión de Chrome desarrollada por rijin.mk9, y su función principal es "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ARP Spoof Sniffer

Descarga archivos de extensión ARP Spoof Sniffer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
URL Oficial https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Descripción Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Tamaño del Archivo 483 KB
Cantidad de Instalaciones 106
Versión Actual 0.1
Última Actualización 2019-06-28
Fecha de Publicación 2019-06-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador rijin.mk9
Tipo de Pago free
Idiomas Soportados 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"
    }
}