Amoguschess

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

¿Qué es Amoguschess?

Amoguschess es una extensión de Chrome desarrollada por Ashvin Ranjan, y su función principal es "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Amoguschess

Descarga archivos de extensión Amoguschess en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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"                    

Información Básica de la Extensión

Nombre Amoguschess Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
URL Oficial https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo
Descripción Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Tamaño del Archivo 379 KB
Cantidad de Instalaciones 1,954
Versión Actual 1.0.2
Última Actualización 2023-01-25
Fecha de Publicación 2021-04-22
Calificación 4.89/5 Total de 18 Calificaciones
Desarrollador Ashvin Ranjan
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}