Steam Artwork Hub Essentials

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

什么是Steam Artwork Hub Essentials?

Steam Artwork Hub Essentials是由https://steamartworkhub.com开发的Chrome扩展程序,该扩展的主要功能是“Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Steam Artwork Hub Essentials扩展crx文件

下载Steam Artwork Hub Essentials扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Steam Artwork Hub Essentials Steam Artwork Hub Essentials
ID kdappijekicdbempkjaahnnmkookhfnj
官方URL https://chromewebstore.google.com/detail/steam-artwork-hub-essenti/kdappijekicdbempkjaahnnmkookhfnj
简介 Steam Artwork Hub Essentials is an extension for Steam that allows you to upload long artworks, screenshots, workshops and guides.
文件大小 27.7 KB
安装次数 12,299
当前版本 1.0.2
更新时间 2022-04-04
上架时间 2021-08-18
评分 4.73/5 共15次评分
开发者 https://steamartworkhub.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}