Amoguschess
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Was ist Amoguschess?
Amoguschess ist eine Chrome-Erweiterung, die von Ashvin Ranjan entwickelt wurde, und ihr Hauptmerkmal ist "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".
Erweiterungsscreenshots
Amoguschess-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amoguschess-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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"
Grundlegende Informationen zur Erweiterung
Name | Amoguschess |
ID | icbkphfgcopfbljpjibiifagjindcldo |
Offizielle URL | https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo |
Beschreibung | Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for… |
Dateigröße | 379 KB |
Installationsanzahl | 1,954 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-01-25 |
Veröffentlichungsdatum | 2021-04-22 |
Bewertung | 4.89/5 Insgesamt 18 Bewertungen |
Entwickler | Ashvin Ranjan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |