Amoguschess

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

Τι είναι το Amoguschess;

Το Amoguschess είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ashvin Ranjan, και η κύρια λειτουργία του είναι "Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amoguschess

Λήψη αρχείων επέκτασης Amoguschess σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amoguschess Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
Επίσημο URL https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo
Περιγραφή Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
Μέγεθος Αρχείου 379 KB
Αριθμός Εγκαταστάσεων 1,954
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-01-25
Ημερομηνία Δημοσίευσης 2021-04-22
Αξιολόγηση 4.89/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Ashvin Ranjan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}