Safe Surf

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

Safe Surfคืออะไร?

Safe Surf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chili Security และคุณลักษณะหลักของมันคือ "Chili Security Safe Surf adds a strong and non-intrusive layer of security to your browsing experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Surf

ดาวน์โหลดไฟล์ส่วนขยาย Safe Surf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}