Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Was ist Steam Profile Assistant?
Steam Profile Assistant ist eine Chrome-Erweiterung, die von https://steam.design entwickelt wurde, und ihr Hauptmerkmal ist "Does various things to assist with making Steam profile artwork.".
Erweiterungsscreenshots
Steam Profile Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Profile Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Creates Steam.Design buttons on steam pages. The buttons open up a related background (one you've selected in your inventory, one on a market page, and the one you have selected in your profile settings). In addition, it adds a "Upload Long Images" button to the Artwork uploading page, which makes whatever image you upload be in long format.
Grundlegende Informationen zur Erweiterung
Name | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
Offizielle URL | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Beschreibung | Does various things to assist with making Steam profile artwork. |
Dateigröße | 40.87 KB |
Installationsanzahl | 76,266 |
Aktuelle Version | 0.3.12 |
Letztes Update | 2022-08-09 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 3.60/5 Insgesamt 129 Bewertungen |
Entwickler | https://steam.design |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://steam.design/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Profile Assistant", "version": "0.3.12", "description": "Does various things to assist with making Steam profile artwork.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/points\/shop\/*" ], "js": [ "bundle.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.githubusercontent.com\/*", "http:\/\/*.githubusercontent.com\/*", "storage" ], "web_accessible_resources": [ "images\/*.png", "massUpload.js", "massUpload.css" ] } |