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…

Co je ARP Spoof Sniffer?

ARP Spoof Sniffer je rozšíření Chrome vyvinuté rijin.mk9, a jeho hlavní funkcí je „Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ARP Spoof Sniffer

Stáhněte si soubory rozšíření ARP Spoof Sniffer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Oficiální URL https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Popis Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Velikost souboru 483 KB
Počet instalací 106
Aktuální Verze 0.1
Poslední Aktualizace 2019-06-28
Datum Vydání 2019-06-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář rijin.mk9
Typ Platby free
Podporované Jazyky 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"
    }
}