Auto En Passant

Extension that prevents a brick from going into pipi

什么是Auto En Passant?

Auto En Passant是由phaze jeff开发的Chrome扩展程序,该扩展的主要功能是“Extension that prevents a brick from going into pipi”。

扩展截图

screenshot

下载Auto En Passant扩展crx文件

下载Auto En Passant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
官方URL https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
简介 Extension that prevents a brick from going into pipi
文件大小 34.88 KB
安装次数 157
当前版本 0.69.69
更新时间 2022-06-18
上架时间 2022-06-13
评分 4.75/5 共12次评分
开发者 phaze jeff
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/phazejeff/privacy-policy
支持的语言 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"
    }
}