Showdex

Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.

Τι είναι το Showdex;

Το Showdex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tize.io, και η κύρια λειτουργία του είναι "Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Showdex

Λήψη αρχείων επέκτασης Showdex σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing Showdex, an extension for Pokémon Showdown that integrates the Damage Calculator directly into Showdown and automatically syncs during battles, so you can spend less time configuring and more time stratting.

You can easily check calcs at a glance and run 10× the number of calcs you traditionally could. We’ve also packed it with tons of useful info (Smogon page/sets, ability/item/move descriptions) to help you make informed decisions.

It’s like crack, says the dev. Once you give it a try, it’ll be hard to play without it!

"Showdex is By Far the most convenient damage calc available right now, saving dozens of seconds of clicking per game gives you more time to focus on making decisions and helps you spot plays based on things you might not have thought to check. 5/5 app, I cannot recommend it highly enough for anyone who's even a little bit serious about competitive pokemon."
— Nick "Nails" Navarre, 4× Smogon Trophy Winner & 2× VGC Regional Champion

Learn more:
https://www.smogon.com/forums/threads/showdex-an-auto-updating-damage-calculator-built-into-showdown.3707265

We're open-source!
https://github.com/doshidak/showdex

Legal: We are not affiliated with Game Freak, Nintendo, Pokémon Showdown, Smogon University & pkmn.cc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Showdex Showdex
ID dabpnahpcemkfbgfbmegmncjllieilai
Επίσημο URL https://chromewebstore.google.com/detail/showdex/dabpnahpcemkfbgfbmegmncjllieilai
Περιγραφή Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.
Μέγεθος Αρχείου 2.78 MB
Αριθμός Εγκαταστάσεων 27,241
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2022-09-02
Αξιολόγηση 4.87/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://tize.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.smogon.com/forums/threads/showdex-an-auto-updating-damage-calculator-built-into-showdown.3707265
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/doshidak/showdex/issues
URL της Σελίδας Πολιτικής Απορρήτου https://tize.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Showdex",
    "version": "1.2.3",
    "description": "Pok\u00e9mon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.",
    "homepage_url": "https:\/\/github.com\/doshidak\/showdex",
    "permissions": [],
    "host_permissions": [
        "https:\/\/play.pokemonshowdown.com\/*",
        "https:\/\/pkmn.github.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/play.pokemonshowdown.com\/*",
            "*:\/\/*.psim.us\/*",
            "*:\/\/play.radicalred.net\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*",
                "*:\/\/play.radicalred.net\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*",
                "*:\/\/play.radicalred.net\/*"
            ],
            "resources": [
                "9k-plus.svg",
                "background.js.map",
                "bug.svg",
                "clipboard-heart.svg",
                "close-circle.svg",
                "cog.svg",
                "content.js.map",
                "copy-plus.svg",
                "crown.svg",
                "d45db13d-567e-4b41-91d4-268cc83e1ce6.json",
                "discord.svg",
                "door-exit.svg",
                "dragon.svg",
                "error-circle-outline.svg",
                "error-circle.svg",
                "external-link.svg",
                "fire.svg",
                "flask.svg",
                "floppy.svg",
                "ghost-boo.svg",
                "ghost-off.svg",
                "ghost-smile.svg",
                "ghost.svg",
                "github-face.svg",
                "i18n.en.json",
                "i18n.fr.json",
                "info-circle.svg",
                "main.js",
                "main.js.map",
                "mouse.svg",
                "rabbit.svg",
                "remove-circle.svg",
                "salamance.svg",
                "showdex.svg",
                "signpost.svg",
                "sparkle.svg",
                "sword.svg",
                "team-lift.svg",
                "teddy-bear.svg",
                "tize.svg",
                "trash-close.svg",
                "winged-sword.svg"
            ]
        }
    ],
    "icons": {
        "16": "showdex-16.png",
        "24": "showdex-24.png",
        "32": "showdex-32.png",
        "48": "showdex-48.png",
        "128": "showdex-128.png"
    },
    "action": {
        "default_title": "Showdex",
        "default_icon": {
            "16": "showdex-16.png",
            "24": "showdex-24.png",
            "32": "showdex-32.png",
            "48": "showdex-48.png",
            "128": "showdex-128.png"
        }
    }
}