Steam Workshop Downloader
Download steam workshop files directly from your browser via steamworkshop.download
Steam Workshop Downloaderคืออะไร?
Steam Workshop Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahmut.szn35 และคุณลักษณะหลักของมันคือ "Download steam workshop files directly from your browser via steamworkshop.download"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Workshop Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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=*" ] } |