SafeSurf

Extension to detect malicious websites.

SafeSurf란 무엇입니까?

SafeSurf은(는) safesurfco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to detect malicious websites."입니다.

확장 프로그램 스크린샷

screenshot

SafeSurf 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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"
            ]
        }
    ]
}