Steam Workshop Downloader

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

Was ist Steam Workshop Downloader?

Steam Workshop Downloader ist eine Chrome-Erweiterung, die von mahmut.szn35 entwickelt wurde, und ihr Hauptmerkmal ist "Download steam workshop files directly from your browser via steamworkshop.download".

Erweiterungsscreenshots

screenshot
screenshot

Steam Workshop Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam Workshop Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Steam Workshop Downloader Steam Workshop Downloader
ID pofbbdnpmebmpmdnmieoonoklfnkgano
Offizielle URL https://chromewebstore.google.com/detail/steam-workshop-downloader/pofbbdnpmebmpmdnmieoonoklfnkgano
Beschreibung Download steam workshop files directly from your browser via steamworkshop.download
Dateigröße 79.31 KB
Installationsanzahl 1,000
Aktuelle Version 0.0.4
Letztes Update 2024-02-11
Veröffentlichungsdatum 2024-02-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mahmut.szn35
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://steamworkshop.download/
URL der Datenschutzrichtlinien-Seite https://mahmut-sozen.blogspot.com/p/user-data-policy-steam-workshop.html
Unterstützte Sprachen 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=*"
    ]
}