Three Island

A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.

What is Three Island?

Three Island is a Chrome extension developed by PartMan, and its main feature is "A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Three Island Extension CRX File

Download Three Island 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

                        Three Island allows you to hover over PokéPaste URLs to preview their contents. It also supports importing teams with a single click, copying sets to the clipboard, and support in various displays (chatrooms, battle rooms, and PMs) as well as all official clients.

You can check out the codebase at https://github.com/PartMan7/Three-Island, and there's an FAQ in the README (https://github.com/PartMan7/Three-Island#frequently-asked-questions)                    

Extension Basic Information

Name Three Island Three Island
ID glhggmffomgbggeobkijjhojkjopfpho
Official URL https://chromewebstore.google.com/detail/three-island/glhggmffomgbggeobkijjhojkjopfpho
Description A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.
File Size 126 KB
Installation Count 311
Current Version 1.4.2
Last Updated 2023-05-05
Publish Date 2021-11-06
Rating 5.00/5 Total 2 Ratings
Developer PartMan
Email [email protected]
Payment Type free
Extension Website https://github.com/PartMan7/Three-Island
Help Page URL https://github.com/PartMan7/Three-Island/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Three Island",
    "version": "1.4.2",
    "manifest_version": 3,
    "description": "A Chrome extension for Pok\u00e9mon Showdown that offers a seamless Pok\u00e9paste experience.",
    "homepage_url": "https:\/\/github.com\/PartMan7\/Three-Island",
    "icons": {
        "48": "icons\/three-island-48.png",
        "96": "icons\/three-island-96.png",
        "128": "icons\/three-island-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/three-island-48.png",
        "default_title": "Three Island",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "syringe.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/play.pokemonshowdown.com\/*",
        "*:\/\/*.psim.us\/*",
        "*:\/\/pokepast.es\/**"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "three-island.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}