PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

PS Replay Downloader क्या है?

PS Replay Downloader Statsugiri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download batches of Pokémon Showdown replays with ease."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PS Replay Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
आधिकारिक URL https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
विवरण Download batches of Pokémon Showdown replays with ease.
फ़ाइल का आकार 312 KB
स्थापना संख्या 161
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-03-18
प्रकाशन तिथि 2023-03-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Statsugiri
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Statsugiri/PsReplayDownloader
सहायता पृष्ठ URL https://ko-fi.com/statsugiri
समर्थित भाषाएँ 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
}