Steam Workshop Downloader
Download steam workshop files directly from your browser via steamworkshop.download
Qu'est-ce que Steam Workshop Downloader ?
Steam Workshop Downloader est une extension Chrome développée par mahmut.szn35, et sa fonction principale est "Download steam workshop files directly from your browser via steamworkshop.download".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Workshop Downloader
Téléchargez les fichiers d'extension Steam Workshop Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | Steam Workshop Downloader |
ID | pofbbdnpmebmpmdnmieoonoklfnkgano |
URL Officiel | https://chromewebstore.google.com/detail/steam-workshop-downloader/pofbbdnpmebmpmdnmieoonoklfnkgano |
Description | Download steam workshop files directly from your browser via steamworkshop.download |
Taille du Fichier | 79.31 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2024-02-11 |
Date de Publication | 2024-02-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mahmut.szn35 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://steamworkshop.download/ |
URL de la Page de Politique de Confidentialité | https://mahmut-sozen.blogspot.com/p/user-data-policy-steam-workshop.html |
Langues Prises en Charge | 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=*" ] } |