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
电子邮箱 [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
}