Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
O que é Steam Profile Assistant?
Steam Profile Assistant é uma extensão do Chrome desenvolvida por https://steam.design, e sua principal característica é "Does various things to assist with making Steam profile artwork.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Profile Assistant
Baixe arquivos de extensão Steam Profile Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
URL Oficial | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Descrição | Does various things to assist with making Steam profile artwork. |
Tamanho do Arquivo | 40.87 KB |
Contagem de Instalações | 76,266 |
Versão Atual | 0.3.12 |
Última Atualização | 2022-08-09 |
Data de Publicação | 2020-07-03 |
Classificação | 3.60/5 Total de 129 Avaliações |
Desenvolvedor | https://steam.design |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://steam.design/ |
Idiomas Suportados | 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" ] } |