Auto En Passant

Extension that prevents a brick from going into pipi

Wat is Auto En Passant?

Auto En Passant is een Chrome-extensie ontwikkeld door phaze jeff, en de belangrijkste functie is "Extension that prevents a brick from going into pipi".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto En Passant

Download Auto En Passant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
Officiële URL https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Beschrijving Extension that prevents a brick from going into pipi
Bestandsgrootte 34.88 KB
Aantal Installaties 157
Huidige Versie 0.69.69
Laatst Bijgewerkt 2022-06-18
Publicatiedatum 2022-06-13
Beoordeling 4.75/5 Totaal 12 Beoordelingen
Ontwikkelaar phaze jeff
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/phazejeff/privacy-policy
Ondersteunde Talen 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"
    }
}