Amoguschess

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

Apa itu Amoguschess?

Amoguschess adalah ekstensi Chrome yang dikembangkan oleh Ashvin Ranjan, dan fitur utamanya adalah "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Amoguschess

Unduh file ekstensi Amoguschess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Amoguschess Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
URL Resmi https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo
Deskripsi Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Ukuran File 379 KB
Jumlah Instalasi 1,954
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-01-25
Tanggal Publikasi 2021-04-22
Penilaian 4.89/5 Total 18 Penilaian
Pengembang Ashvin Ranjan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}