Safe Links

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

Co je Safe Links?

Safe Links je rozšíření Chrome vyvinuté Oscar, a jeho hlavní funkcí je „This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Safe Links

Stáhněte si soubory rozšíření Safe Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
Oficiální URL https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
Popis This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Velikost souboru 35.97 KB
Počet instalací 64
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-08-18
Datum Vydání 2021-08-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Oscar
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://oscarchungpa.wixsite.com/privacy-policy
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}