SafeSurf

Extension to detect malicious websites.

SafeSurfとは何ですか?

SafeSurfはsafesurfcoによって開発されたChromeの拡張機能で、その主な機能は「Extension to detect malicious websites.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Our extension will warn you if you try to access a website that seems malicious or phishy. 
A warning message in the form of a popup redirects you to a new tab automatically when an unsafe URL is detected. Your safety online is our utmost concern. Surf safe, use SafeSurf.

SafeSurf team: Neil Goyal, Rahil Mittal, Paavan Aggarwal, Sriman Goel.

For further info or queries, tweet @mittal_rahil and get 24/7 assistance.                    

拡張機能の基本情報

名前 SafeSurf SafeSurf
ID dfkjifnicdciflpceldhdicabjbbmopd
公式URL https://chromewebstore.google.com/detail/safesurf/dfkjifnicdciflpceldhdicabjbbmopd
説明 Extension to detect malicious websites.
ファイルサイズ 82.72 KB
インストール数 30
現在のバージョン 1.1
最終更新日 2021-07-18
公開日 2020-08-04
評価 5.00/5 合計 3 レビュー
開発者 safesurfco
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Neildagr8/SafeSurf
ヘルプページのURL https://twitter.com/mittal_rahil
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SafeSurf",
    "version": "1.1",
    "icons": {
        "16": "imgs\/extension icon - 16.png",
        "32": "imgs\/icon - 32.png",
        "48": "imgs\/icon - 48.png",
        "128": "imgs\/Popup - with name.png"
    },
    "description": "Extension to detect malicious websites.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup_safe.html",
        "default_title": "SafeSurf",
        "default_icon": {
            "16": "imgs\/extension icon - 16.png",
            "32": "imgs\/icon - 32.png",
            "48": "imgs\/icon - 48.png",
            "128": "imgs\/Popup - with name.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}