Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

O que é Pokemon Showdown Team Sharing?

Pokemon Showdown Team Sharing é uma extensão do Chrome desenvolvida por Brindibou Pkmn, e sua principal característica é "Pokemon Showdown Team Sharing allow you to share your teams".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pokemon Showdown Team Sharing

Baixe arquivos de extensão Pokemon Showdown Team Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "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.                    

Informações Básicas da Extensão

Nome Pokemon Showdown Team Sharing Pokemon Showdown Team Sharing
ID ogpopnbejkodenopnihpahafkggdbcnk
URL Oficial https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk
Descrição Pokemon Showdown Team Sharing allow you to share your teams
Tamanho do Arquivo 256 KB
Contagem de Instalações 191
Versão Atual 1.0.4
Última Atualização 2020-11-17
Data de Publicação 2020-04-17
Desenvolvedor Brindibou Pkmn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}