SafeSurf

Extension to detect malicious websites.

ما هو SafeSurf؟

SafeSurf هو إضافة Chrome تم تطويرها بواسطة safesurfco، والميزة الرئيسية لها هي "Extension to detect malicious websites.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SafeSurf

قم بتنزيل ملفات الامتداد SafeSurf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Our extension will warn you if you try to access a website that seems malicious or phishy. 
A warning message in the form of a popup redirects you to a new tab automatically when an unsafe URL is detected. Your safety online is our utmost concern. Surf safe, use SafeSurf.

SafeSurf team: Neil Goyal, Rahil Mittal, Paavan Aggarwal, Sriman Goel.

For further info or queries, tweet @mittal_rahil and get 24/7 assistance.                    

معلومات أساسية عن التمديد

الاسم SafeSurf SafeSurf
ID dfkjifnicdciflpceldhdicabjbbmopd
عنوان URL الرسمي https://chromewebstore.google.com/detail/safesurf/dfkjifnicdciflpceldhdicabjbbmopd
الوصف Extension to detect malicious websites.
حجم الملف 82.72 KB
عدد التثبيتات 30
النسخة الحالية 1.1
آخر تحديث 2021-07-18
تاريخ النشر 2020-08-04
تقييم 5.00/5 مجموع تقييمات 3
المطور safesurfco
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Neildagr8/SafeSurf
عنوان صفحة المساعدة https://twitter.com/mittal_rahil
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SafeSurf",
    "version": "1.1",
    "icons": {
        "16": "imgs\/extension icon - 16.png",
        "32": "imgs\/icon - 32.png",
        "48": "imgs\/icon - 48.png",
        "128": "imgs\/Popup - with name.png"
    },
    "description": "Extension to detect malicious websites.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup_safe.html",
        "default_title": "SafeSurf",
        "default_icon": {
            "16": "imgs\/extension icon - 16.png",
            "32": "imgs\/icon - 32.png",
            "48": "imgs\/icon - 48.png",
            "128": "imgs\/Popup - with name.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}