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
Eメール [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=*"
    ]
}