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
官方網址 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=*"
    ]
}