Pokemon Showdown Team Sharing
Pokemon Showdown Team Sharing allow you to share your teams
What is Pokemon Showdown Team Sharing?
Pokemon Showdown Team Sharing is a Chrome extension developed by Brindibou Pkmn, and its main feature is "Pokemon Showdown Team Sharing allow you to share your teams".
Extension Screenshots
Download Pokemon Showdown Team Sharing Extension CRX File
Download Pokemon Showdown Team Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | Pokemon Showdown Team Sharing |
ID | ogpopnbejkodenopnihpahafkggdbcnk |
Official URL | https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk |
Description | Pokemon Showdown Team Sharing allow you to share your teams |
File Size | 256 KB |
Installation Count | 191 |
Current Version | 1.0.4 |
Last Updated | 2020-11-17 |
Publish Date | 2020-04-17 |
Developer | Brindibou Pkmn |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |