Steam Workshop Downloader

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

Apa itu Steam Workshop Downloader?

Steam Workshop Downloader adalah ekstensi Chrome yang dikembangkan oleh mahmut.szn35, dan fitur utamanya adalah "Download steam workshop files directly from your browser via steamworkshop.download".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Steam Workshop Downloader

Unduh file ekstensi Steam Workshop Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Steam Workshop Downloader Steam Workshop Downloader
ID pofbbdnpmebmpmdnmieoonoklfnkgano
URL Resmi https://chromewebstore.google.com/detail/steam-workshop-downloader/pofbbdnpmebmpmdnmieoonoklfnkgano
Deskripsi Download steam workshop files directly from your browser via steamworkshop.download
Ukuran File 79.31 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2024-02-11
Tanggal Publikasi 2024-02-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mahmut.szn35
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://steamworkshop.download/
URL Halaman Kebijakan Privasi https://mahmut-sozen.blogspot.com/p/user-data-policy-steam-workshop.html
Bahasa yang Didukung 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=*"
    ]
}