Smogon Stats

Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics

ما هو Smogon Stats؟

Smogon Stats هو إضافة Chrome تم تطويرها بواسطة pokemondev، والميزة الرئيسية لها هي "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics".

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

screenshot

تحميل ملف CRX للإضافة Smogon Stats

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

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

                        This extension it is a tool for Pokemon Showdown that helps you to see the most common Pokémon movesets, items, habilities and other usefull info based on Smogon usage statistics. Enjoy!                    

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

الاسم Smogon Stats Smogon Stats
ID fcgfhfnffkjocaebpeakjojffnccglfp
عنوان URL الرسمي https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp
الوصف Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
حجم الملف 1023 KB
عدد التثبيتات 430
النسخة الحالية 1.2.1
آخر تحديث 2021-03-11
تاريخ النشر 2020-12-29
تقييم 5.00/5 مجموع تقييمات 1
المطور pokemondev
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://discord.com/invite/BM7ZRNB
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smogon Stats",
    "version": "1.2.1",
    "description": "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics",
    "permissions": [],
    "browser_action": {
        "default_popup": "build\/popup.html",
        "default_icon": {
            "16": "build\/img\/logo16.png",
            "32": "build\/img\/logo32.png",
            "48": "build\/img\/logo48.png",
            "64": "build\/img\/logo64.png",
            "128": "build\/img\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "build\/showdownExtensions.js",
                "build\/js\/jquery-3.5.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "build\/img\/logo16.png",
        "32": "build\/img\/logo32.png",
        "48": "build\/img\/logo48.png",
        "64": "build\/img\/logo64.png",
        "128": "build\/img\/logo128.png"
    }
}