Steam Account Name Hider
Changes your Steam Account name to something random, for privacy reasons.
Wat is Steam Account Name Hider?
Steam Account Name Hider is een Chrome-extensie ontwikkeld door MilkGames, en de belangrijkste functie is "Changes your Steam Account name to something random, for privacy reasons.".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Account Name Hider
Download Steam Account Name Hider-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
Notice: This will NOT change your account username on help.steampowered.com, nor will it change the username in the Account Details section. Basisinformatie over de Extensie
| Naam | |
| ID | cknndfihoehidelhfijjflfkjlhghgih |
| Officiële URL | https://chromewebstore.google.com/detail/steam-account-name-hider/cknndfihoehidelhfijjflfkjlhghgih |
| Beschrijving | Changes your Steam Account name to something random, for privacy reasons. |
| Bestandsgrootte | 21.15 KB |
| Aantal Installaties | 52 |
| Huidige Versie | 2.22 |
| Laatst Bijgewerkt | 2018-01-07 |
| Publicatiedatum | 2018-01-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | MilkGames |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |