Pokemon Showdown Random Battle Tooltip
This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
ما هو Pokemon Showdown Random Battle Tooltip؟
Pokemon Showdown Random Battle Tooltip هو إضافة Chrome تم تطويرها بواسطة butter67، والميزة الرئيسية لها هي "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pokemon Showdown Random Battle Tooltip
قم بتنزيل ملفات الامتداد Pokemon Showdown Random Battle Tooltip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data on an enemy's item, ability, moves, and stats that far exceeds data found on the default tooltip. All data is expressed in probabilities. This data changes dynamically as the enemy reveals some of their information over the course of a game.
معلومات أساسية عن التمديد
الاسم | Pokemon Showdown Random Battle Tooltip |
ID | fpeemclhojbkjkamiinkplghgkhddcgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc |
الوصف | This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data… |
حجم الملف | 667 KB |
عدد التثبيتات | 2,619 |
النسخة الحالية | 2.2 |
آخر تحديث | 2018-04-22 |
تاريخ النشر | 2018-04-22 |
تقييم | 2.92/5 مجموع تقييمات 26 |
المطور | butter67 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/nikhilreddy6547/random-battle-tooltip |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pokemon Showdown Random Battle Tooltip", "version": "2.2", "content_scripts": [ { "matches": [ "https:\/\/pokemonshowdown.com\/*", "http:\/\/pokemonshowdown.com\/*", "https:\/\/play.pokemonshowdown.com\/*", "http:\/\/play.pokemonshowdown.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "web_accessible_resources": [ "my_file.js" ], "browser_action": { "default_icon": "pokeball.png" } } |