Steam Workshop Downloader

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

Steam Workshop Downloader란 무엇입니까?

Steam Workshop Downloader은(는) mahmut.szn35에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download steam workshop files directly from your browser via steamworkshop.download"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Steam Workshop Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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=*"
    ]
}