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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}