Pokémon Showdown FR

Pokémon Showdown traduit intégralement en français !

What is Pokémon Showdown FR?

Pokémon Showdown FR is a Chrome extension developed by Sykless, and its main feature is "Pokémon Showdown traduit intégralement en français !".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pokémon Showdown FR Extension CRX File

Download Pokémon Showdown FR 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

                        Envie de jouer sur Pokémon Showdown mais rebuté par l'interface entièrement en anglais ? Pas envie d'apprendre que Concombaffe se dit Pyukumuku ? J'ai la solution !

Cette extension traduit automatiquement toute l'interface de Pokémon Showdown en français, du menu aux noms des Pokémon.

★ MENU
Tout ce qui est possible d'être traduit a été manuellement traduit, de manière à avoir une interface en français la plus fidèle possible !

★ TEAMBUILDER
Tous les noms des Pokémon, Capacités, Talents et Objets sont entièrement traduits, avec leur description ! La fonction de recherche permet également de rechercher des noms français !

Habitué des noms en anglais ? La recherche avec les noms anglais reste disponible !

★ COMBAT
Tout le combat est traduit en temps réel,  et les traductions des effets des attaques sont directement reprises des jeux !

★ REPLAY
Profitez d'un replay de votre match entièrement traduit en français !

★ DISCORD
Pour toute information ou problème à reporter, rejoignez le Discord ! https://discord.gg/hRacUWR2wc

★ OPEN-SOURCE
Pokémon Showdown FR est Open-Source ! https://github.com/Sykless/pokemon-showdown-fr

★ CONTACT
Envie de contacter le développeur ? Voici les infos :
- Twitter : @Sykless
- Discord : Sykless#2124
- Twitch : @TristanPelleteuse                    

Extension Basic Information

Name Pokémon Showdown FR Pokémon Showdown FR
ID jfnmkihlclfepcjmfeobaijabammoegd
Official URL https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-fr/jfnmkihlclfepcjmfeobaijabammoegd
Description Pokémon Showdown traduit intégralement en français !
File Size 734 KB
Installation Count 14,128
Current Version 1.7
Last Updated 2023-12-18
Publish Date 2022-10-26
Rating 5.00/5 Total 51 Ratings
Developer Sykless
Email [email protected]
Payment Type free
Extension Website https://github.com/Sykless/pokemon-showdown-fr
Help Page URL https://discord.gg/hRacUWR2wc
Privacy Policy Page URL https://github.com/Sykless/pokemon-showdown-fr/blob/master/Privacy%20Policies
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pok\u00e9mon Showdown FR",
    "version": "1.7",
    "description": "Pok\u00e9mon Showdown traduit int\u00e9gralement en fran\u00e7ais !",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "homeContentScript.js",
                "teambuilderContentScript.js",
                "battleContentScript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "homeTranslate.js",
                "teambuilderTranslate.js",
                "battleTranslate.js",
                "sprites\/*"
            ],
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}