Amoguschess

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

Vad är Amoguschess?

Amoguschess är en Chrome-tillägg utvecklad av Ashvin Ranjan, och dess huvudfunktion är "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Amoguschess-förlängningens CRX-fil

Ladda ner Amoguschess-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Amoguschess Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
Officiell webbadress https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo
Beskrivning Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Filstorlek 379 KB
Antal Installationer 1,954
Aktuell Version 1.0.2
Senast Uppdaterad 2023-01-25
Publiceringsdatum 2021-04-22
Betyg 4.89/5 Totalt 18 Betyg
Utvecklare Ashvin Ranjan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}