PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

PS Replay Downloader란 무엇입니까?

PS Replay Downloader은(는) Statsugiri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download batches of Pokémon Showdown replays with ease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PS Replay Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PS Replay Downloader is an open-source Chrome Extension for batch downloading Pokémon Showdown replays.

Start a new session through the extension and select the replays you'd like to download. Download all your replays with one-click. Export your replays to CSV or text for replay analysis or archival purposes.

* Quick-start guide on using PS Replay Downloader:
https://github.com/Statsugiri/PsReplayDownloader#instructions

* FAQ:
https://github.com/Statsugiri/PsReplayDownloader#faq

* Support the project
https://ko-fi.com/statsugiri                    

확장 프로그램 기본 정보

이름 PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
공식 URL https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
설명 Download batches of Pokémon Showdown replays with ease.
파일 크기 312 KB
설치 횟수 161
현재 버전 1.1.1
최근 업데이트 2023-03-18
출시 날짜 2023-03-16
평점 5.00/5 총 1 개의 평점
개발자 Statsugiri
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Statsugiri/PsReplayDownloader
도움말 페이지 URL https://ko-fi.com/statsugiri
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PS Replay Downloader",
    "version": "1.1.1",
    "description": "Download batches of Pok\u00e9mon Showdown replays with ease.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/replay.pokemonshowdown.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/replay.pokemonshowdown.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/assets\/ps_replay_downloader_16.png",
            "48": "images\/assets\/ps_replay_downloader_48.png",
            "128": "images\/assets\/ps_replay_downloader_128.png"
        },
        "default_title": "PS Replay Downloader",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}