Safe Links

This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.

Safe Links क्या है?

Safe Links Oscar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links."।

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

screenshot
screenshot

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

crx प्रारूप में Safe Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links.  It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself).

Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.                    

एक्सटेंशन की मूल जानकारी

नाम Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
आधिकारिक URL https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
विवरण This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
फ़ाइल का आकार 35.97 KB
स्थापना संख्या 64
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-08-18
प्रकाशन तिथि 2021-08-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Oscar
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://oscarchungpa.wixsite.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links",
    "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/safe-link-logo.png",
        "32": ".\/safe-link-logo.png",
        "48": ".\/safe-link-logo.png",
        "128": ".\/safe-link-logo.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}