PS Replay Downloader

PS Replay Downloader

Download batches of Pokémon Showdown replays with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PS Replay Downloader",
  "version": "1.1.1",
  "description": "Download batches of Pokémon 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
}