steam-workshop-helper

A chrome browser plugin that enhances the steam workshop experience

steam-workshop-helperคืออะไร?

steam-workshop-helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yueyan และคุณลักษณะหลักของมันคือ "A chrome browser plugin that enhances the steam workshop experience"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย steam-workshop-helper

ดาวน์โหลดไฟล์ส่วนขยาย steam-workshop-helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🚀 Welcome to Steam Creative Workshop Enhancement Tool v1.0.3

Simplify your Steam Workshop Mod collection!


🔧 Current features:

             ✅ Edit Mod collections. Edit your Mod collections with a simple interface and no manual setup required.

             ✅ One-click import of subscribed moDs


🚧 Features to be developed:
             ⚪ Quickly create Mod collections


🍕 Update log

1.0.3:
        - Drastically changed the operating logic
        - Added mod to display more information
        - English supported

1.0.2:
       - Optimize UI
      - Added one-click import of subscribed moDs

1.0.1:
      - Optimize some logic


github: https://github.com/chenzhuo198/steam-helper



🚀 欢迎使用 Steam 创意工坊 增强工具 v1.0.2 

      简化你的 Steam 创意工坊 Mod 合集操作!

🔧 目前功能:

      ✅ 编辑 Mod 合集,通过简单的界面操作,编辑你的 Mod 合集,无需繁琐的手动设置。
      ✅ 一键导入已订阅mod

🚧 待开发功能:

  ⚪  快速创建Mod合集



🍕 更新日志

1.0.3:
        - 大改了操作逻辑
        - 增加mod更多信息展示
        - 支持英文

1.0.2: 
         - 优化UI
         - 增加一键导入已订阅Mod

1.0.1:
         - 优化部分逻辑

github: https://github.com/chenzhuo198/steam-helper                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ steam-workshop-helper steam-workshop-helper
ID chjgepafiallpimaokpingbicikicbip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-workshop-helper/chjgepafiallpimaokpingbicikicbip
คำอธิบาย A chrome browser plugin that enhances the steam workshop experience
ขนาดไฟล์ 738 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2023-11-24
ผู้พัฒนา Yueyan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "steam-workshop-helper",
    "version": "1.0.3",
    "description": "A chrome browser plugin that enhances the steam workshop experience",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/steamcommunity.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17042108486.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ]
        }
    ]
}