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によって開発されたChromeの拡張機能で、その主な機能は「This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Safe Links拡張機能のCRXファイルをダウンロード

Safe Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}