Steam Artwork Hub Essentials

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

What is Steam Artwork Hub Essentials?

Steam Artwork Hub Essentials is a Chrome extension developed by https://steamartworkhub.com, and its main feature is "Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Steam Artwork Hub Essentials Extension CRX File

Download Steam Artwork Hub Essentials extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Steam Artwork Hub Essentials Steam Artwork Hub Essentials
ID kdappijekicdbempkjaahnnmkookhfnj
Official URL https://chromewebstore.google.com/detail/steam-artwork-hub-essenti/kdappijekicdbempkjaahnnmkookhfnj
Description Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.
File Size 27.7 KB
Installation Count 12,299
Current Version 1.0.2
Last Updated 2022-04-04
Publish Date 2021-08-18
Rating 4.73/5 Total 15 Ratings
Developer https://steamartworkhub.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}