Steam Workshop Downloader

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

Wat is Steam Workshop Downloader?

Steam Workshop Downloader is een Chrome-extensie ontwikkeld door mahmut.szn35, en de belangrijkste functie is "Download steam workshop files directly from your browser via steamworkshop.download".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Steam Workshop Downloader

Download Steam Workshop Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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"                    

Basisinformatie over de Extensie

Naam Steam Workshop Downloader Steam Workshop Downloader
ID pofbbdnpmebmpmdnmieoonoklfnkgano
Officiële URL https://chromewebstore.google.com/detail/steam-workshop-downloader/pofbbdnpmebmpmdnmieoonoklfnkgano
Beschrijving Download steam workshop files directly from your browser via steamworkshop.download
Bestandsgrootte 79.31 KB
Aantal Installaties 1,000
Huidige Versie 0.0.4
Laatst Bijgewerkt 2024-02-11
Publicatiedatum 2024-02-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mahmut.szn35
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://steamworkshop.download/
URL van de Privacybeleid Pagina https://mahmut-sozen.blogspot.com/p/user-data-policy-steam-workshop.html
Ondersteunde Talen 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=*"
    ]
}