Amoguschess
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
What is Amoguschess?
Amoguschess is a Chrome extension developed by Ashvin Ranjan, and its main feature is "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".
Extension Screenshots
Download Amoguschess Extension CRX File
Download Amoguschess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Amoguschess |
ID | icbkphfgcopfbljpjibiifagjindcldo |
Official URL | https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo |
Description | Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for… |
File Size | 379 KB |
Installation Count | 1,954 |
Current Version | 1.0.2 |
Last Updated | 2023-01-25 |
Publish Date | 2021-04-22 |
Rating | 4.89/5 Total 18 Ratings |
Developer | Ashvin Ranjan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |