SetDeli
SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Wat is SetDeli?
SetDeli is een Chrome-extensie ontwikkeld door setdeliext, en de belangrijkste functie is "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".
Extensie Screenshots
Download het CRX-bestand van de extensie SetDeli
Download SetDeli-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SetDeli |
ID | imdlnijaodbcfjojococibigmokjpjjg |
Officiële URL | https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg |
Beschrijving | SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to… |
Bestandsgrootte | 40.42 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2019-07-21 |
Publicatiedatum | 2019-07-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | setdeliext |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |