Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Steam Profile Assistantとは何ですか?
Steam Profile Assistantはhttps://steam.designによって開発されたChromeの拡張機能で、その主な機能は「Does various things to assist with making Steam profile artwork.」です。
拡張機能のスクリーンショット
Steam Profile Assistant拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |