Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Τι είναι το Steam Profile Assistant;
Το Steam Profile Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://steam.design, και η κύρια λειτουργία του είναι "Does various things to assist with making Steam profile artwork.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Steam Profile Assistant
Λήψη αρχείων επέκτασης Steam Profile Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
Επίσημο URL | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Περιγραφή | Does various things to assist with making Steam profile artwork. |
Μέγεθος Αρχείου | 40.87 KB |
Αριθμός Εγκαταστάσεων | 76,266 |
Τρέχουσα Έκδοση | 0.3.12 |
Τελευταία Ενημέρωση | 2022-08-09 |
Ημερομηνία Δημοσίευσης | 2020-07-03 |
Αξιολόγηση | 3.60/5 Συνολικά 129 Αξιολογήσεις |
Προγραμματιστής | https://steam.design |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://steam.design/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |