SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
What is SetDeli?
SetDeli is a Chrome extension developed by setdeliext, and its main feature is "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Extension Screenshots
Download SetDeli Extension CRX File
Download SetDeli extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SetDeli |
ID | imdlnijaodbcfjojococibigmokjpjjg |
Official URL | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
Description | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
File Size | 40.42 KB |
Installation Count | 94 |
Current Version | 0.1.1 |
Last Updated | 2019-07-21 |
Publish Date | 2019-07-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | setdeliext |
Payment Type | free |
Supported Languages | 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" } } |