PS Replay Downloader
Download batches of Pokémon Showdown replays with ease.
Cos'è PS Replay Downloader?
PS Replay Downloader è un'estensione di Chrome sviluppata da Statsugiri, e la sua funzione principale è "Download batches of Pokémon Showdown replays with ease.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PS Replay Downloader
Scarica i file di estensione PS Replay Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PS Replay Downloader |
ID | kjpnphkfldkejiagdadolfehjiaaknkm |
URL Ufficiale | https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm |
Descrizione | Download batches of Pokémon Showdown replays with ease. |
Dimensione del File | 312 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-03-18 |
Data di Pubblicazione | 2023-03-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Statsugiri |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Statsugiri/PsReplayDownloader |
URL della Pagina di Aiuto | https://ko-fi.com/statsugiri |
Lingue Supportate | 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 } |