[Steam Security Suite]

Protects you from Steam phishing pages

[Steam Security Suite]とは何ですか?

[Steam Security Suite]はJessecarによって開発されたChromeの拡張機能で、その主な機能は「Protects you from Steam phishing pages」です。

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

screenshot

[Steam Security Suite]拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Protects you from Steam phishing pages                    

拡張機能の基本情報

名前 [Steam Security Suite] [Steam Security Suite]
ID gicnbiillhmpffbemfhmhnelldbnjblb
公式URL https://chromewebstore.google.com/detail/steam-security-suite/gicnbiillhmpffbemfhmhnelldbnjblb
説明 Protects you from Steam phishing pages
ファイルサイズ 15.72 KB
インストール数 209
現在のバージョン 2.0
最終更新日 2018-04-11
公開日 2018-04-09
評価 4.50/5 合計 8 レビュー
開発者 Jessecar
支払い方法 free
拡張機能のウェブサイト https://github.com/Jessecar96/Steam-Community-Suite
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[Steam Security Suite]",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Protects you from Steam phishing pages",
    "icons": {
        "16": "icons\/scs-logo-16.png",
        "32": "icons\/scs-logo-32.png",
        "64": "icons\/scs-logo-64.png",
        "128": "icons\/scs-logo-128.png",
        "512": "icons\/scs-logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}