Lichess enhancement

New styles of pieces and boards for Lichess

Lichess enhancementคืออะไร?

Lichess enhancement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ducksper และคุณลักษณะหลักของมันคือ "New styles of pieces and boards for Lichess"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess enhancement

ดาวน์โหลดไฟล์ส่วนขยาย Lichess enhancement ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NEW AMOGUS PIECES !
With this extension you will be able to play chess on Lichess with more than 35 styles for chess pieces and more than 20 styles for boards.
The extension works on the whole site whether you watch a game or play a game. The extension also works for variants.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lichess enhancement Lichess enhancement
ID ikmpcihcohdjammgkopfgohojdelmfoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lichess-enhancement/ikmpcihcohdjammgkopfgohojdelmfoi
คำอธิบาย New styles of pieces and boards for Lichess
ขนาดไฟล์ 59.73 MB
จำนวนการติดตั้ง 3,958
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2022-09-12
วันที่เผยแพร่ 2020-12-29
คะแนน 4.62/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา ducksper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ducksper.github.io/lichess_enhancement.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lichess enhancement",
    "version": "3",
    "description": "New styles of pieces and boards for Lichess",
    "homepage_url": "https:\/\/github.com\/ducksper\/lichess_enhancement",
    "icons": {
        "48": "ressources\/logo\/chesscom_pawn.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lichess.org\/*"
            ],
            "js": [
                "main.js",
                "ressources\/js\/arrive.js",
                "ressources\/js\/Boards.js",
                "ressources\/js\/Pieces.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "ressources\/logo\/chesscom_pawn.png",
        "default_title": "Lichess enhancement",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ressources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}