PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

Was ist PS Replay Downloader?

PS Replay Downloader ist eine Chrome-Erweiterung, die von Statsugiri entwickelt wurde, und ihr Hauptmerkmal ist "Download batches of Pokémon Showdown replays with ease.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PS Replay Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie PS Replay Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
Offizielle URL https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
Beschreibung Download batches of Pokémon Showdown replays with ease.
Dateigröße 312 KB
Installationsanzahl 161
Aktuelle Version 1.1.1
Letztes Update 2023-03-18
Veröffentlichungsdatum 2023-03-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Statsugiri
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Statsugiri/PsReplayDownloader
Hilfeseite URL https://ko-fi.com/statsugiri
Unterstützte Sprachen 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
}