Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

ما هو Showdown Randbats Tooltip؟

Showdown Randbats Tooltip هو إضافة Chrome تم تطويرها بواسطة https://pkmn.cc، والميزة الرئيسية لها هي "Enhanced tooltip functionality for Showdown's Random Battle formats.".

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

screenshot

تحميل ملف CRX للإضافة Showdown Randbats Tooltip

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

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

                        This extension relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.                    

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

الاسم Showdown Randbats Tooltip Showdown Randbats Tooltip
ID cheogdcgfjpolnpnjijnjccjljjclplg
عنوان URL الرسمي https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg
الوصف Enhanced tooltip functionality for Showdown's Random Battle formats.
حجم الملف 13.32 KB
عدد التثبيتات 4,488
النسخة الحالية 1.5.3
آخر تحديث 2023-12-14
تاريخ النشر 2022-12-14
تقييم 5.00/5 مجموع تقييمات 3
المطور https://pkmn.cc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pkmn.cc
عنوان صفحة سياسة الخصوصية https://pkmn.cc/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Showdown Randbats Tooltip",
    "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.",
    "version": "1.5.3",
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "resources": [
                "\/index.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "\/shim.js"
            ]
        }
    ]
}