Auto En Passant

Extension that prevents a brick from going into pipi

Auto En Passantคืออะไร?

Auto En Passant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phaze jeff และคุณลักษณะหลักของมันคือ "Extension that prevents a brick from going into pipi"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto En Passant

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

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

                        When playing a chess game on lichess, if en passant is a legal move, it will be automatically played.                    

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

ชื่อ Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
คำอธิบาย Extension that prevents a brick from going into pipi
ขนาดไฟล์ 34.88 KB
จำนวนการติดตั้ง 157
เวอร์ชันปัจจุบัน 0.69.69
อัปเดตครั้งล่าสุด 2022-06-18
วันที่เผยแพร่ 2022-06-13
คะแนน 4.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา phaze jeff
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/phazejeff/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto En Passant",
    "version": "0.69.69",
    "description": "Extension that prevents a brick from going into pipi",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*.lichess.org\/"
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "\/icons\/anarchy-chess16.png",
            "32": "\/icons\/anarchy-chess32.png",
            "48": "\/icons\/anarchy-chess48.png",
            "128": "\/icons\/anarchy-chess128.png"
        }
    },
    "icons": {
        "16": "\/icons\/anarchy-chess16.png",
        "32": "\/icons\/anarchy-chess32.png",
        "48": "\/icons\/anarchy-chess48.png",
        "128": "\/icons\/anarchy-chess128.png"
    }
}