Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

Cos'è Pokemon Showdown Team Sharing?

Pokemon Showdown Team Sharing è un'estensione di Chrome sviluppata da Brindibou Pkmn, e la sua funzione principale è "Pokemon Showdown Team Sharing allow you to share your teams".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pokemon Showdown Team Sharing

Scarica i file di estensione Pokemon Showdown Team Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "Pokemon Showdown Team Sharing" allow you to share your teams with showdown to text format by a tag. Your friend can get your team if you share your tag.                    

Informazioni di Base sull'Estensione

Nome Pokemon Showdown Team Sharing Pokemon Showdown Team Sharing
ID ogpopnbejkodenopnihpahafkggdbcnk
URL Ufficiale https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk
Descrizione Pokemon Showdown Team Sharing allow you to share your teams
Dimensione del File 256 KB
Conteggio Installazioni 191
Versione Corrente 1.0.4
Ultimo Aggiornamento 2020-11-17
Data di Pubblicazione 2020-04-17
Sviluppatore Brindibou Pkmn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Showdown Team Sharing",
    "description": "Pokemon Showdown Team Sharing allow you to share your teams",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Pokemon Showdown Team Sharing"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "q"
    }
}