SafeSurf

Extension to detect malicious websites.

SafeSurf là gì?

SafeSurf là một tiện ích mở rộng Chrome được phát triển bởi safesurfco, và tính năng chính của nó là "Extension to detect malicious websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SafeSurf

Tải xuống các tệp mở rộng SafeSurf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SafeSurf SafeSurf
ID dfkjifnicdciflpceldhdicabjbbmopd
URL Chính Thức https://chromewebstore.google.com/detail/safesurf/dfkjifnicdciflpceldhdicabjbbmopd
Mô tả Extension to detect malicious websites.
Kích Thước Tệp 82.72 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-18
Ngày Phát Hành 2020-08-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển safesurfco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Neildagr8/SafeSurf
URL Trang Trợ Giúp https://twitter.com/mittal_rahil
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}