Steam Profile Assistant

Does various things to assist with making Steam profile artwork.

Apa itu Steam Profile Assistant?

Steam Profile Assistant adalah ekstensi Chrome yang dikembangkan oleh https://steam.design, dan fitur utamanya adalah "Does various things to assist with making Steam profile artwork.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Steam Profile Assistant

Unduh file ekstensi Steam Profile Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Steam Profile Assistant Steam Profile Assistant
ID mjmabgdoainclinjecbkdancpamdiaih
URL Resmi https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih
Deskripsi Does various things to assist with making Steam profile artwork.
Ukuran File 40.87 KB
Jumlah Instalasi 76,266
Versi Saat Ini 0.3.12
Terakhir Diperbarui 2022-08-09
Tanggal Publikasi 2020-07-03
Penilaian 3.60/5 Total 129 Penilaian
Pengembang https://steam.design
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://steam.design/
Bahasa yang Didukung 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"
    ]
}