Steam Profile Assistant

Does various things to assist with making Steam profile artwork.

¿Qué es Steam Profile Assistant?

Steam Profile Assistant es una extensión de Chrome desarrollada por https://steam.design, y su función principal es "Does various things to assist with making Steam profile artwork.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Steam Profile Assistant

Descarga archivos de extensión Steam Profile Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Steam Profile Assistant Steam Profile Assistant
ID mjmabgdoainclinjecbkdancpamdiaih
URL Oficial https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih
Descripción Does various things to assist with making Steam profile artwork.
Tamaño del Archivo 40.87 KB
Cantidad de Instalaciones 76,266
Versión Actual 0.3.12
Última Actualización 2022-08-09
Fecha de Publicación 2020-07-03
Calificación 3.60/5 Total de 129 Calificaciones
Desarrollador https://steam.design
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://steam.design/
Idiomas Soportados 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"
    ]
}