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

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

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}