Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

ما هو Pokemon Showdown Team Sharing؟

Pokemon Showdown Team Sharing هو إضافة Chrome تم تطويرها بواسطة Brindibou Pkmn، والميزة الرئيسية لها هي "Pokemon Showdown Team Sharing allow you to share your teams".

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

screenshot

تحميل ملف CRX للإضافة Pokemon Showdown Team Sharing

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

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

                        "Pokemon Showdown Team Sharing" allow you to share your teams with showdown to text format by a tag. Your friend can get your team if you share your tag.                    

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

الاسم Pokemon Showdown Team Sharing Pokemon Showdown Team Sharing
ID ogpopnbejkodenopnihpahafkggdbcnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk
الوصف Pokemon Showdown Team Sharing allow you to share your teams
حجم الملف 256 KB
عدد التثبيتات 191
النسخة الحالية 1.0.4
آخر تحديث 2020-11-17
تاريخ النشر 2020-04-17
المطور Brindibou Pkmn
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Showdown Team Sharing",
    "description": "Pokemon Showdown Team Sharing allow you to share your teams",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Pokemon Showdown Team Sharing"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "q"
    }
}