Auto En Passant

Extension that prevents a brick from going into pipi

Hvad er Auto En Passant?

Auto En Passant er en Chrome-udvidelse udviklet af phaze jeff, og dens hovedfunktion er "Extension that prevents a brick from going into pipi".

Udvidelsesskærmbilleder

screenshot

Download Auto En Passant-udvidelses-CRX-fil

Download Auto En Passant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
Officiel URL https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Beskrivelse Extension that prevents a brick from going into pipi
Filstørrelse 34.88 KB
Antal Installationer 157
Nuværende Version 0.69.69
Senest Opdateret 2022-06-18
Udgivelsesdato 2022-06-13
Bedømmelse 4.75/5 Samlet 12 Bedømmelser
Udvikler phaze jeff
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/phazejeff/privacy-policy
Understøttede Sprog 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"
    }
}