Steam Account Name Hider

Changes your Steam Account name to something random, for privacy reasons.

Cos'è Steam Account Name Hider?

Steam Account Name Hider è un'estensione di Chrome sviluppata da MilkGames, e la sua funzione principale è "Changes your Steam Account name to something random, for privacy reasons.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steam Account Name Hider

Scarica i file di estensione Steam Account Name Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Notice: This will NOT change your account username on help.steampowered.com, nor will it change the username in the Account Details section.                    

Informazioni di Base sull'Estensione

Nome Steam Account Name Hider Steam Account Name Hider
ID cknndfihoehidelhfijjflfkjlhghgih
URL Ufficiale https://chromewebstore.google.com/detail/steam-account-name-hider/cknndfihoehidelhfijjflfkjlhghgih
Descrizione Changes your Steam Account name to something random, for privacy reasons.
Dimensione del File 21.15 KB
Conteggio Installazioni 52
Versione Corrente 2.22
Ultimo Aggiornamento 2018-01-07
Data di Pubblicazione 2018-01-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MilkGames
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Account Name Hider",
    "version": "2.22",
    "description": "Changes your Steam Account name to something random, for privacy reasons.",
    "icons": {
        "48": "icons\/arrow-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "accountnamehider.js"
            ],
            "run_at": "document_end"
        }
    ]
}