Steam Artwork Hub Essentials

Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.

Cos'è Steam Artwork Hub Essentials?

Steam Artwork Hub Essentials è un'estensione di Chrome sviluppata da https://steamartworkhub.com, e la sua funzione principale è "Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steam Artwork Hub Essentials

Scarica i file di estensione Steam Artwork Hub Essentials 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

                        Steam Artwork Hub Essentials is a web browser extension for Steam that will allow you to upload long artworks and decorative long screenshots, workshops and guides to the Steam network easily, without using any upload codes.

The extension also offers new profile themes and buttons that integrate with the Steam Points Shop, the Steam Marketplace and your Steam Inventory.                    

Informazioni di Base sull'Estensione

Nome Steam Artwork Hub Essentials Steam Artwork Hub Essentials
ID kdappijekicdbempkjaahnnmkookhfnj
URL Ufficiale https://chromewebstore.google.com/detail/steam-artwork-hub-essenti/kdappijekicdbempkjaahnnmkookhfnj
Descrizione Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.
Dimensione del File 27.7 KB
Conteggio Installazioni 12,299
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2021-08-18
Valutazione 4.73/5 Totale 15 Valutazioni
Sviluppatore https://steamartworkhub.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Artwork Hub Essentials",
    "description": "Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "\/assets\/png\/16.png",
        "32": "\/assets\/png\/32.png",
        "48": "\/assets\/png\/48.png",
        "128": "\/assets\/png\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "css": [
                "\/assets\/css\/i-global.css"
            ],
            "js": [
                "\/assets\/js\/i-global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*"
    ]
}