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…

什么是ARP Spoof Sniffer?

ARP Spoof Sniffer是由rijin.mk9开发的Chrome扩展程序,该扩展的主要功能是“Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…”。

扩展截图

screenshot
screenshot

下载ARP Spoof Sniffer扩展crx文件

下载ARP Spoof Sniffer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ARP Spoof Sniffer ARP Spoof Sniffer
ID mbkeeoehckbjccbjcdbkfmpgfldcmcbg
官方URL https://chrome.google.com/webstore/detail/arp-spoof-sniffer/mbkeeoehckbjccbjcdbkfmpgfldcmcbg
简介 Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…
文件大小 483 KB
安装次数 106
当前版本 0.1
更新时间 2019-06-28
上架时间 2019-06-21
评分 5.00/5 共1次评分
开发者 rijin.mk9
付费类型 free
支持的语言 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"
    }
}