PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

O que é PS Replay Downloader?

PS Replay Downloader é uma extensão do Chrome desenvolvida por Statsugiri, e sua principal característica é "Download batches of Pokémon Showdown replays with ease.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PS Replay Downloader

Baixe arquivos de extensão PS Replay Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
URL Oficial https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
Descrição Download batches of Pokémon Showdown replays with ease.
Tamanho do Arquivo 312 KB
Contagem de Instalações 161
Versão Atual 1.1.1
Última Atualização 2023-03-18
Data de Publicação 2023-03-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Statsugiri
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Statsugiri/PsReplayDownloader
URL da Página de Ajuda https://ko-fi.com/statsugiri
Idiomas Suportados 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
}