[Steam Security Suite]

Protects you from Steam phishing pages

Wat is [Steam Security Suite]?

[Steam Security Suite] is een Chrome-extensie ontwikkeld door Jessecar, en de belangrijkste functie is "Protects you from Steam phishing pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie [Steam Security Suite]

Download [Steam Security Suite]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Protects you from Steam phishing pages                    

Basisinformatie over de Extensie

Naam [Steam Security Suite] [Steam Security Suite]
ID gicnbiillhmpffbemfhmhnelldbnjblb
Officiële URL https://chromewebstore.google.com/detail/steam-security-suite/gicnbiillhmpffbemfhmhnelldbnjblb
Beschrijving Protects you from Steam phishing pages
Bestandsgrootte 15.72 KB
Aantal Installaties 209
Huidige Versie 2.0
Laatst Bijgewerkt 2018-04-11
Publicatiedatum 2018-04-09
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Jessecar
Betalingswijze free
Extensiewebsite https://github.com/Jessecar96/Steam-Community-Suite
Ondersteunde Talen 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": [
        ""
    ]
}