SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Apa itu SetDeli?
SetDeli adalah ekstensi Chrome yang dikembangkan oleh setdeliext, dan fitur utamanya adalah "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SetDeli
Unduh file ekstensi SetDeli dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SetDeli |
ID | imdlnijaodbcfjojococibigmokjpjjg |
URL Resmi | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
Deskripsi | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
Ukuran File | 40.42 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2019-07-21 |
Tanggal Publikasi | 2019-07-21 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | setdeliext |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |