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
官方網址 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"
    }
}