SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Was ist SetDeli?
SetDeli ist eine Chrome-Erweiterung, die von setdeliext entwickelt wurde, und ihr Hauptmerkmal ist "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Erweiterungsscreenshots
SetDeli-Erweiterungs-CRX-Datei herunterladen
Laden Sie SetDeli-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SetDeli |
ID | imdlnijaodbcfjojococibigmokjpjjg |
Offizielle URL | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
Beschreibung | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
Dateigröße | 40.42 KB |
Installationsanzahl | 94 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2019-07-21 |
Veröffentlichungsdatum | 2019-07-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | setdeliext |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |