Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Wat is Steam Profile Assistant?
Steam Profile Assistant is een Chrome-extensie ontwikkeld door https://steam.design, en de belangrijkste functie is "Does various things to assist with making Steam profile artwork.".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Profile Assistant
Download Steam Profile Assistant-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
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.
Basisinformatie over de Extensie
Naam | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
Officiële URL | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Beschrijving | Does various things to assist with making Steam profile artwork. |
Bestandsgrootte | 40.87 KB |
Aantal Installaties | 76,266 |
Huidige Versie | 0.3.12 |
Laatst Bijgewerkt | 2022-08-09 |
Publicatiedatum | 2020-07-03 |
Beoordeling | 3.60/5 Totaal 129 Beoordelingen |
Ontwikkelaar | https://steam.design |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://steam.design/ |
Ondersteunde Talen | 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" ] } |