Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

Hvad er Pokemon Showdown Team Sharing?

Pokemon Showdown Team Sharing er en Chrome-udvidelse udviklet af Brindibou Pkmn, og dens hovedfunktion er "Pokemon Showdown Team Sharing allow you to share your teams".

Udvidelsesskærmbilleder

screenshot

Download Pokemon Showdown Team Sharing-udvidelses-CRX-fil

Download Pokemon Showdown Team Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Pokemon Showdown Team Sharing Pokemon Showdown Team Sharing
ID ogpopnbejkodenopnihpahafkggdbcnk
Officiel URL https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk
Beskrivelse Pokemon Showdown Team Sharing allow you to share your teams
Filstørrelse 256 KB
Antal Installationer 191
Nuværende Version 1.0.4
Senest Opdateret 2020-11-17
Udgivelsesdato 2020-04-17
Udvikler Brindibou Pkmn
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}