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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}