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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chili Security Safe Surf adds a strong and non-intrusive layer of security to your browsing experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Safe Surf एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}