By: Jakub Kapała
Inspect and view changes in PS Replay Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "PS Replay Analyzer",
"description": "Automatically captures and stores Pokemon Showdown battle logs locally.",
"options_ui": {
"page": "src/pages/options/index.html"
},
"action": {
"default_popup": "src/pages/popup/index.html",
"default_icon": {
"32": "icon-32.png"
}
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "ps-replay-analyzer@jakubkapala.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"js": [
"assets/index.ts-pN5ZvYJe.js"
],
"matches": [
"https://play.pokemonshowdown.com/*",
"http://play.pokemonshowdown.com/*"
]
}
],
"devtools_page": "src/pages/devtools/index.html",
"web_accessible_resources": [
{
"matches": [
"https://*.pokemonshowdown.com/*",
"https://play.pokemonshowdown.com/*"
],
"resources": [
"assets/*.js",
"icon-128.png",
"icon-32.png"
]
},
{
"matches": [
"http://play.pokemonshowdown.com/*",
"https://play.pokemonshowdown.com/*"
],
"resources": [
"assets/injected.ts-DEiDmqwG.js",
"assets/index.ts-pN5ZvYJe.js"
]
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"resources": [
"assets/injected.ts-DEiDmqwG.js"
]
}
],
"version": "1.1.1",
"background": {
"scripts": [
"service-worker-loader.js"
],
"type": "module"
}
} Best PS Replay Analyzer Alternatives
Here are some Firefox add-ons that are similar to PS Replay Analyzer:
PASRS Helper
malaow3
Pokémon Showdown Battle History
j0st
PokePaste Exporter
Chris D'Entremont
Battles Replay
TeamBattles
Showdown Analytics
Arthur Vergaças
Pokemon Battle Predictor
aed3
Request Replay Studio
ItsBryanC
Showdown Teambuilder Analytics
CheeseMans
BugReplay Desktop
BugReplay Developers
BugReplay
BugReplay Developers