PS Replay Downloader
Download batches of Pokémon Showdown replays with ease.
Qu'est-ce que PS Replay Downloader ?
PS Replay Downloader est une extension Chrome développée par Statsugiri, et sa fonction principale est "Download batches of Pokémon Showdown replays with ease.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PS Replay Downloader
Téléchargez les fichiers d'extension PS Replay Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PS Replay Downloader |
ID | kjpnphkfldkejiagdadolfehjiaaknkm |
URL Officiel | https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm |
Description | Download batches of Pokémon Showdown replays with ease. |
Taille du Fichier | 312 KB |
Nombre d'Installations | 161 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-03-18 |
Date de Publication | 2023-03-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Statsugiri |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Statsugiri/PsReplayDownloader |
URL de la Page d'Aide | https://ko-fi.com/statsugiri |
Langues Prises en Charge | 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 } |