ShowdownReader

This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.

Τι είναι το ShowdownReader;

Το ShowdownReader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Icelimo, και η κύρια λειτουργία του είναι "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

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

screenshot

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

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

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

                        Did you ever lead a Pokemon league or tournament, where you wanted to keep a kill ranking?
Or maybe your wanted to keep track of the kills and deaths of your own Pokemon in fights?

This extension will make it drastically easier to do so!
Just klick the new button in the bottom right and the extension will show you immediately all you need to know!

Have fun!


-> If you find any bugs, please report them to my Discord: Icelimo#4352                    

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

Όνομα ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
Επίσημο URL https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Περιγραφή This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Μέγεθος Αρχείου 20.66 KB
Αριθμός Εγκαταστάσεων 96
Τρέχουσα Έκδοση 1.16
Τελευταία Ενημέρωση 2023-11-17
Ημερομηνία Δημοσίευσης 2023-03-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Icelimo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShowdownReader",
    "version": "1.16",
    "icons": {
        "128": "\/images\/sr-128.png"
    },
    "description": "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.",
    "action": {
        "default-icon": {
            "128": "\/images\/sr-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/replay.pokemonshowdown.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}