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ファイルをダウンロード

PS Replay Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}