SetDeli

SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…

ما هو SetDeli؟

SetDeli هو إضافة Chrome تم تطويرها بواسطة setdeliext، والميزة الرئيسية لها هي "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".

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

screenshot

تحميل ملف CRX للإضافة SetDeli

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

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

                        SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to automatically retrieive all Smogon Dex sets for a particular mon.                    

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

الاسم SetDeli SetDeli
ID imdlnijaodbcfjojococibigmokjpjjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg
الوصف SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
حجم الملف 40.42 KB
عدد التثبيتات 94
النسخة الحالية 0.1.1
آخر تحديث 2019-07-21
تاريخ النشر 2019-07-21
تقييم 5.00/5 مجموع تقييمات 1
المطور setdeliext
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SetDeli",
    "version": "0.1.1",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "16": "pokeball128.jpeg",
        "48": "pokeball128.jpeg",
        "128": "pokeball128.jpeg"
    }
}