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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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