PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

Co je PS Replay Downloader?

PS Replay Downloader je rozšíření Chrome vyvinuté Statsugiri, a jeho hlavní funkcí je „Download batches of Pokémon Showdown replays with ease.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PS Replay Downloader

Stáhněte si soubory rozšíření PS Replay Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
Oficiální URL https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
Popis Download batches of Pokémon Showdown replays with ease.
Velikost souboru 312 KB
Počet instalací 161
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-03-18
Datum Vydání 2023-03-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Statsugiri
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Statsugiri/PsReplayDownloader
URL Stránky Nápovědy https://ko-fi.com/statsugiri
Podporované Jazyky 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
}