Steam Profile Assistant

Does various things to assist with making Steam profile artwork.

Cos'è Steam Profile Assistant?

Steam Profile Assistant è un'estensione di Chrome sviluppata da https://steam.design, e la sua funzione principale è "Does various things to assist with making Steam profile artwork.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steam Profile Assistant

Scarica i file di estensione Steam Profile Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steam Profile Assistant Steam Profile Assistant
ID mjmabgdoainclinjecbkdancpamdiaih
URL Ufficiale https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih
Descrizione Does various things to assist with making Steam profile artwork.
Dimensione del File 40.87 KB
Conteggio Installazioni 76,266
Versione Corrente 0.3.12
Ultimo Aggiornamento 2022-08-09
Data di Pubblicazione 2020-07-03
Valutazione 3.60/5 Totale 129 Valutazioni
Sviluppatore https://steam.design
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://steam.design/
Lingue Supportate 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"
    ]
}