Steam Workshop Downloader

Download steam workshop files directly from your browser via steamworkshop.download

什么是Steam Workshop Downloader?

Steam Workshop Downloader是由mahmut.szn35开发的Chrome扩展程序,该扩展的主要功能是“Download steam workshop files directly from your browser via steamworkshop.download”。

扩展截图

screenshot
screenshot

下载Steam Workshop Downloader扩展crx文件

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

扩展使用说明

                        Steam Workshop Downloader is a convenient Chrome extension that enables you to download files directly from Steam Workshop through your browser. This extension replaces the "Subscribe" button with "Download" on Steam Workshop pages, allowing users to download Workshop content quickly and easily.

WARNING-Disclaimer
Due to the Steam API change, you can only download the workshop files of paid games if they were downloaded and archived before the change.

For example "https://steamcommunity.com/sharedfiles/filedetails/?id=2207463614" you can download this wallpaper but cant download this "http://steamworkshop.download/download/view/3150957047"                    

扩展基本信息

名称 Steam Workshop Downloader Steam Workshop Downloader
ID pofbbdnpmebmpmdnmieoonoklfnkgano
官方URL https://chromewebstore.google.com/detail/steam-workshop-downloader/pofbbdnpmebmpmdnmieoonoklfnkgano
简介 Download steam workshop files directly from your browser via steamworkshop.download
文件大小 79.31 KB
安装次数 1,000
当前版本 0.0.4
更新时间 2024-02-11
上架时间 2024-02-11
评分 5.00/5 共1次评分
开发者 mahmut.szn35
电子邮箱 [email protected]
付费类型 free
扩展官网 http://steamworkshop.download/
隐私政策页面URL https://mahmut-sozen.blogspot.com/p/user-data-policy-steam-workshop.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steam Workshop Downloader",
    "description": "Download steam workshop files directly from your browser via steamworkshop.download",
    "version": "0.0.4",
    "icons": {
        "96": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/sharedfiles\/filedetails\/?id=*",
                "*:\/\/steamcommunity.com\/workshop\/filedetails\/?id=*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/sharedfiles\/filedetails\/?id=*"
    ]
}