Pokemon Showdown Team Saver

Backup your Pokemon Showdown team to the cloud

What is Pokemon Showdown Team Saver?

Pokemon Showdown Team Saver is a Chrome extension developed by Parris Varney, and its main feature is "Backup your Pokemon Showdown team to the cloud".

Extension Screenshots

screenshot

Download Pokemon Showdown Team Saver Extension CRX File

Download Pokemon Showdown Team Saver 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

                        Backup your Pokemon Showdown teams to the cloud!

This is open source, and pre-alpha, please help!

https://github.com/parrisvarney/ShowdownSave                    

Extension Basic Information

Name Pokemon Showdown Team Saver Pokemon Showdown Team Saver
ID njnapjmdapooknjppkfiajbnpdfdhmlb
Official URL https://chromewebstore.google.com/detail/pokemon-showdown-team-sav/njnapjmdapooknjppkfiajbnpdfdhmlb
Description Backup your Pokemon Showdown team to the cloud
File Size 674 KB
Installation Count 175
Current Version 1.0.0
Last Updated 2018-03-28
Publish Date 2018-03-27
Rating 3.00/5 Total 1 Ratings
Developer Parris Varney
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Showdown Team Saver",
    "description": "Backup your Pokemon Showdown team to the cloud",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/play.pokemonshowdown.com\/",
        "https:\/\/8duqbw8p14.execute-api.us-east-1.amazonaws.com\/*",
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.pokemonshowdown.com\/*"
            ],
            "js": [
                "showdown-page-set.js"
            ]
        }
    ]
}