Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Qu'est-ce que Steam Profile Assistant ?
Steam Profile Assistant est une extension Chrome développée par https://steam.design, et sa fonction principale est "Does various things to assist with making Steam profile artwork.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Profile Assistant
Téléchargez les fichiers d'extension Steam Profile Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
URL Officiel | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Description | Does various things to assist with making Steam profile artwork. |
Taille du Fichier | 40.87 KB |
Nombre d'Installations | 76,266 |
Version Actuelle | 0.3.12 |
Dernière Mise à Jour | 2022-08-09 |
Date de Publication | 2020-07-03 |
Évaluation | 3.60/5 Total 129 Évaluations |
Développeur | https://steam.design |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://steam.design/ |
Langues Prises en Charge | 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" ] } |