PS Replay Downloader
Download batches of Pokémon Showdown replays with ease.
Hvad er PS Replay Downloader?
PS Replay Downloader er en Chrome-udvidelse udviklet af Statsugiri, og dens hovedfunktion er "Download batches of Pokémon Showdown replays with ease.".
Udvidelsesskærmbilleder
Download PS Replay Downloader-udvidelses-CRX-fil
Download PS Replay Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjpnphkfldkejiagdadolfehjiaaknkm |
| Officiel URL | https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm |
| Beskrivelse | Download batches of Pokémon Showdown replays with ease. |
| Filstørrelse | 312 KB |
| Antal Installationer | 161 |
| Nuværende Version | 1.1.1 |
| Senest Opdateret | 2023-03-18 |
| Udgivelsesdato | 2023-03-16 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Statsugiri |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Statsugiri/PsReplayDownloader |
| Hjælpeside-URL | https://ko-fi.com/statsugiri |
| Understøttede Sprog | 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
} | |