Security Surf

Raising awareness of dangerous websites as you surf across the internet.

Security Surf란 무엇입니까?

Security Surf은(는) https://rajeevj.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raising awareness of dangerous websites as you surf across the internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome Extension will analyse the websites you visit and report to you how safe it is to use. It will provide a security rating of each website and help teach you why a website is unsafe to use.                    

확장 프로그램 기본 정보

이름 Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
공식 URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
설명 Raising awareness of dangerous websites as you surf across the internet.
파일 크기 758 KB
설치 횟수 14
현재 버전 1.2
최근 업데이트 2023-08-25
출시 날짜 2022-04-12
평점 5.00/5 총 1 개의 평점
개발자 https://rajeevj.co.uk
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Security Surf",
    "description": "Raising awareness of dangerous websites as you surf across the internet.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/SecuritySurfLogo16.png",
            "32": "\/assets\/SecuritySurfLogo32.png",
            "48": "\/assets\/SecuritySurfLogo48.png",
            "128": "\/assets\/SecuritySurfLogo128.png"
        }
    },
    "icons": {
        "16": "\/assets\/SecuritySurfLogo16.png",
        "32": "\/assets\/SecuritySurfLogo32.png",
        "48": "\/assets\/SecuritySurfLogo48.png",
        "128": "\/assets\/SecuritySurfLogo128.png"
    }
}