Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Vad är Steam Profile Assistant?
Steam Profile Assistant är en Chrome-tillägg utvecklad av https://steam.design, och dess huvudfunktion är "Does various things to assist with making Steam profile artwork.".
Tilläggsskärmbilder
Ladda ner Steam Profile Assistant-förlängningens CRX-fil
Ladda ner Steam Profile Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
Officiell webbadress | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Beskrivning | Does various things to assist with making Steam profile artwork. |
Filstorlek | 40.87 KB |
Antal Installationer | 76,266 |
Aktuell Version | 0.3.12 |
Senast Uppdaterad | 2022-08-09 |
Publiceringsdatum | 2020-07-03 |
Betyg | 3.60/5 Totalt 129 Betyg |
Utvecklare | https://steam.design |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://steam.design/ |
Stödda Språk | 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" ] } |