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…

Wat is ARP Spoof Sniffer?

ARP Spoof Sniffer is een Chrome-extensie ontwikkeld door rijin.mk9, en de belangrijkste functie is "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ARP Spoof Sniffer

Download ARP Spoof Sniffer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Officiële URL https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Beschrijving Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Bestandsgrootte 483 KB
Aantal Installaties 106
Huidige Versie 0.1
Laatst Bijgewerkt 2019-06-28
Publicatiedatum 2019-06-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rijin.mk9
Betalingswijze free
Ondersteunde Talen 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"
    }
}