Auto En Passant

Extension that prevents a brick from going into pipi

Apa itu Auto En Passant?

Auto En Passant adalah ekstensi Chrome yang dikembangkan oleh phaze jeff, dan fitur utamanya adalah "Extension that prevents a brick from going into pipi".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto En Passant

Unduh file ekstensi Auto En Passant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
URL Resmi https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Deskripsi Extension that prevents a brick from going into pipi
Ukuran File 34.88 KB
Jumlah Instalasi 157
Versi Saat Ini 0.69.69
Terakhir Diperbarui 2022-06-18
Tanggal Publikasi 2022-06-13
Penilaian 4.75/5 Total 12 Penilaian
Pengembang phaze jeff
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/phazejeff/privacy-policy
Bahasa yang Didukung 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"
    }
}