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
Eメール [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"
    }
}