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"
    }
}