Steam Profile Assistant

Does various things to assist with making Steam profile artwork.

Co to jest Steam Profile Assistant?

Steam Profile Assistant to rozszerzenie Chrome opracowane przez https://steam.design, a jego główną funkcją jest „Does various things to assist with making Steam profile artwork.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Steam Profile Assistant

Pobierz pliki rozszerzeń Steam Profile Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam Profile Assistant Steam Profile Assistant
ID mjmabgdoainclinjecbkdancpamdiaih
Oficjalny URL https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih
Opis Does various things to assist with making Steam profile artwork.
Rozmiar pliku 40.87 KB
Liczba instalacji 76,266
Aktualna Wersja 0.3.12
Ostatnia Aktualizacja 2022-08-09
Data Publikacji 2020-07-03
Ocena 3.60/5 Łącznie 129 Oceny
Deweloper https://steam.design
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://steam.design/
Obsługiwane Języki 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"
    ]
}