Auto En Passant

Extension that prevents a brick from going into pipi

Vad är Auto En Passant?

Auto En Passant är en Chrome-tillägg utvecklad av phaze jeff, och dess huvudfunktion är "Extension that prevents a brick from going into pipi".

Tilläggsskärmbilder

screenshot

Ladda ner Auto En Passant-förlängningens CRX-fil

Ladda ner Auto En Passant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
Officiell webbadress https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Beskrivning Extension that prevents a brick from going into pipi
Filstorlek 34.88 KB
Antal Installationer 157
Aktuell Version 0.69.69
Senast Uppdaterad 2022-06-18
Publiceringsdatum 2022-06-13
Betyg 4.75/5 Totalt 12 Betyg
Utvecklare phaze jeff
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/phazejeff/privacy-policy
Stödda Språk 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"
    }
}