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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steamartworkhub.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Artwork Hub Essentials

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}