SetDeli

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

Qu'est-ce que SetDeli ?

SetDeli est une extension Chrome développée par setdeliext, et sa fonction principale est "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SetDeli

Téléchargez les fichiers d'extension SetDeli au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SetDeli SetDeli
ID imdlnijaodbcfjojococibigmokjpjjg
URL Officiel 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…
Taille du Fichier 40.42 KB
Nombre d'Installations 94
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-07-21
Date de Publication 2019-07-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur setdeliext
Type de Paiement free
Langues Prises en Charge 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"
    }
}