Amoguschess
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Cos'è Amoguschess?
Amoguschess è un'estensione di Chrome sviluppata da Ashvin Ranjan, e la sua funzione principale è "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amoguschess
Scarica i file di estensione Amoguschess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | Amoguschess |
ID | icbkphfgcopfbljpjibiifagjindcldo |
URL Ufficiale | https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo |
Descrizione | Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for… |
Dimensione del File | 379 KB |
Conteggio Installazioni | 1,954 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-01-25 |
Data di Pubblicazione | 2021-04-22 |
Valutazione | 4.89/5 Totale 18 Valutazioni |
Sviluppatore | Ashvin Ranjan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |