PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

PS Replay Downloader là gì?

PS Replay Downloader là một tiện ích mở rộng Chrome được phát triển bởi Statsugiri, và tính năng chính của nó là "Download batches of Pokémon Showdown replays with ease.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PS Replay Downloader

Tải xuống các tệp mở rộng PS Replay Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PS Replay Downloader PS Replay Downloader
ID kjpnphkfldkejiagdadolfehjiaaknkm
URL Chính Thức https://chromewebstore.google.com/detail/ps-replay-downloader/kjpnphkfldkejiagdadolfehjiaaknkm
Mô tả Download batches of Pokémon Showdown replays with ease.
Kích Thước Tệp 312 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-03-18
Ngày Phát Hành 2023-03-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Statsugiri
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Statsugiri/PsReplayDownloader
URL Trang Trợ Giúp https://ko-fi.com/statsugiri
Ngôn Ngữ Được Hỗ Trợ 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
}