Amoguschess

Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…

Co je Amoguschess?

Amoguschess je rozšíření Chrome vyvinuté Ashvin Ranjan, a jeho hlavní funkcí je „Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Amoguschess

Stáhněte si soubory rozšíření Amoguschess ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for you, it changed all of the pieces on chess.com and lichess into the among us versions, helping you find the imposter and eject their elo ratings. This also now changes all instances of "Analysis" into the correct term, "Analysus"                    

Základní Informace o Rozšíření

Název Amoguschess Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
Oficiální URL https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo
Popis Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Velikost souboru 379 KB
Počet instalací 1,954
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-01-25
Datum Vydání 2021-04-22
Hodnocení 4.89/5 Celkem 18 Hodnocení
Vývojář Ashvin Ranjan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amoguschess",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "lichess.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "chess.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}