Steam Profile Assistant

Does various things to assist with making Steam profile artwork.

Co je Steam Profile Assistant?

Steam Profile Assistant je rozšíření Chrome vyvinuté https://steam.design, a jeho hlavní funkcí je „Does various things to assist with making Steam profile artwork.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Steam Profile Assistant

Stáhněte si soubory rozšíření Steam Profile Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Steam Profile Assistant Steam Profile Assistant
ID mjmabgdoainclinjecbkdancpamdiaih
Oficiální URL https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih
Popis Does various things to assist with making Steam profile artwork.
Velikost souboru 40.87 KB
Počet instalací 76,266
Aktuální Verze 0.3.12
Poslední Aktualizace 2022-08-09
Datum Vydání 2020-07-03
Hodnocení 3.60/5 Celkem 129 Hodnocení
Vývojář https://steam.design
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://steam.design/
Podporované Jazyky 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"
    ]
}