Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

ما هو Pokemon Showdown Stats Viewer Tool؟

Pokemon Showdown Stats Viewer Tool هو إضافة Chrome تم تطويرها بواسطة Economical Studios، والميزة الرئيسية لها هي "Displays advanced information on enemy pokemon during a battle.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pokemon Showdown Stats Viewer Tool

قم بتنزيل ملفات الامتداد Pokemon Showdown Stats Viewer Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.                    

معلومات أساسية عن التمديد

الاسم Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
الوصف Displays advanced information on enemy pokemon during a battle.
حجم الملف 178 KB
عدد التثبيتات 483
النسخة الحالية 1.1.7
آخر تحديث 2019-09-27
تاريخ النشر 2019-09-27
تقييم 5.00/5 مجموع تقييمات 1
المطور Economical Studios
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Showdown Stats Viewer Tool",
    "short_name": "Showdown Stats Tool",
    "version": "1.1.7",
    "description": "Displays advanced information on enemy pokemon during a battle.",
    "permissions": [
        "activeTab",
        "https:\/\/play.pokemonshowdown.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logos\/happy-pikachu.png",
            "32": "images\/Logos\/happy-pikachu.png",
            "48": "images\/Logos\/happy-pikachu.png",
            "128": "images\/Logos\/happy-pikachu.png"
        }
    },
    "icons": {
        "16": "images\/Logos\/happy-pikachu.png",
        "32": "images\/Logos\/happy-pikachu.png",
        "48": "images\/Logos\/happy-pikachu.png",
        "128": "images\/Logos\/happy-pikachu.png"
    },
    "manifest_version": 2
}