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…

Apa itu ARP Spoof Sniffer?

ARP Spoof Sniffer adalah ekstensi Chrome yang dikembangkan oleh rijin.mk9, dan fitur utamanya adalah "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ARP Spoof Sniffer

Unduh file ekstensi ARP Spoof Sniffer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
URL Resmi https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
Deskripsi Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
Ukuran File 483 KB
Jumlah Instalasi 106
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-06-28
Tanggal Publikasi 2019-06-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rijin.mk9
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}