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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rijin.mk9 และคุณลักษณะหลักของมันคือ "Arp Spoof Sniffer is a chrome extension that will constantly check your website activity and make sure than you are not submitting…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ARP Spoof Sniffer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}