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