Inspect and view changes in NCM PS Replay Downloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "NCM PS Replay Downloader",
"version": "1.3.2",
"description": "Easily download batches of Pokémon Showdown replays.",
"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,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}