Auto En Passant

Extension that prevents a brick from going into pipi

What is Auto En Passant?

Auto En Passant is a Chrome extension developed by phaze jeff, and its main feature is "Extension that prevents a brick from going into pipi".

Extension Screenshots

screenshot

Download Auto En Passant Extension CRX File

Download Auto En Passant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
Official URL https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Description Extension that prevents a brick from going into pipi
File Size 34.88 KB
Installation Count 157
Current Version 0.69.69
Last Updated 2022-06-18
Publish Date 2022-06-13
Rating 4.75/5 Total 12 Ratings
Developer phaze jeff
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/phazejeff/privacy-policy
Supported Languages 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"
    }
}