Amoguschess
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Qu'est-ce que Amoguschess ?
Amoguschess est une extension Chrome développée par Ashvin Ranjan, et sa fonction principale est "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amoguschess
Téléchargez les fichiers d'extension Amoguschess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | Amoguschess |
ID | icbkphfgcopfbljpjibiifagjindcldo |
URL Officiel | 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… |
Taille du Fichier | 379 KB |
Nombre d'Installations | 1,954 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-01-25 |
Date de Publication | 2021-04-22 |
Évaluation | 4.89/5 Total 18 Évaluations |
Développeur | Ashvin Ranjan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |