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…

O que é ARP Spoof Sniffer?

ARP Spoof Sniffer é uma extensão do Chrome desenvolvida por rijin.mk9, e sua principal característica é "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ARP Spoof Sniffer

Baixe arquivos de extensão ARP Spoof Sniffer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
URL Oficial https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Descrição Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Tamanho do Arquivo 483 KB
Contagem de Instalações 106
Versão Atual 0.1
Última Atualização 2019-06-28
Data de Publicação 2019-06-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor rijin.mk9
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}