Auto En Passant

Extension that prevents a brick from going into pipi

Auto En Passant là gì?

Auto En Passant là một tiện ích mở rộng Chrome được phát triển bởi phaze jeff, và tính năng chính của nó là "Extension that prevents a brick from going into pipi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto En Passant

Tải xuống các tệp mở rộng Auto En Passant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto En Passant Auto En Passant
ID egcfjkjbfiffcoebkejbhdbgohfbgbch
URL Chính Thức https://chromewebstore.google.com/detail/auto-en-passant/egcfjkjbfiffcoebkejbhdbgohfbgbch
Mô tả Extension that prevents a brick from going into pipi
Kích Thước Tệp 34.88 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 0.69.69
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2022-06-13
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển phaze jeff
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/phazejeff/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}