Safe Surf

Chili Security Safe Surf adds a strong and non-intrusive layer of security to your browsing experience.

Safe Surf란 무엇입니까?

Safe Surf은(는) Chili Security에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chili Security Safe Surf adds a strong and non-intrusive layer of security to your browsing experience."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Superior protection against phishing attacks and malware:
Never worry about suspicious websites again! Chili Safe Surf examines and blocks the pages you visit for malware and phishing attempts each and every time you access them.

Search and Social-Safe (including on Facebook and Twitter):
With Chili Safe Surf, you will be always informed about malware and fraudulent websites within your search results. It also detects and blocks suspicious links on your Facebook wall and Twitter feed.

Identifies trackers that report on your browsing behavior:
Some website pages may track and analyze your browsing behavior. Chili Safe Surf shows you which pages intercept this type of code snippets that are included in website pages, and lists them.

Privacy Policy
https://www.chilisecurity.com/privacy-policy                    

확장 프로그램 기본 정보

이름 Safe Surf Safe Surf
ID cgmllohkcppmnkfpijpngkplpdbikhlf
공식 URL https://chromewebstore.google.com/detail/safe-surf/cgmllohkcppmnkfpijpngkplpdbikhlf
설명 Chili Security Safe Surf adds a strong and non-intrusive layer of security to your browsing experience.
파일 크기 4.27 MB
설치 횟수 4,339
현재 버전 3.1.4
최근 업데이트 2021-04-24
출시 날짜 2019-02-19
평점 4.67/5 총 3 개의 평점
개발자 Chili Security
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.chilisecurity.com/privacy-policy
지원되는 언어 en-US,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.js",
            "app.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/Ico_Bar_Green.png",
        "default_popup": "pages\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/react.production.min.js",
                "vendor\/react-dom.production.min.js",
                "vendor\/browser-polyfill.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_extName__",
    "icons": {
        "128": "img\/extension_logo.png",
        "16": "img\/context_menu_icon.png"
    },
    "manifest_version": 2,
    "name": "Safe Surf",
    "options_page": "pages\/settings\/settings.html",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "nativeMessaging"
    ],
    "version": "3.1.4",
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.gif",
        "img\/*.svg",
        "pages\/blocked\/blocked.html"
    ]
}