Lichess Forced Analysis

On lichess.org, after a game finishes immediately go to analysis mode.

Lichess Forced Analysis là gì?

Lichess Forced Analysis là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "On lichess.org, after a game finishes immediately go to analysis mode.".

Ả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 Lichess Forced Analysis

Tải xuống các tệp mở rộng Lichess Forced Analysis 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

                        Improve your chess by remembering to reflect on the game. Never forget to analyze a chess game again.                    

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

Tên Lichess Forced Analysis Lichess Forced Analysis
ID chamjagfifgbdoppicpnjfegnkoepjkj
URL Chính Thức https://chromewebstore.google.com/detail/lichess-forced-analysis/chamjagfifgbdoppicpnjfegnkoepjkj
Mô tả On lichess.org, after a game finishes immediately go to analysis mode.
Kích Thước Tệp 31.2 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-03-29
Ngày Phát Hành 2022-03-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Forced Analysis",
    "description": "On lichess.org, after a game finishes immediately go to analysis mode.",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "back.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/chess-strategy.png",
            "32": "\/images\/chess-strategy.png",
            "48": "\/images\/chess-strategy.png",
            "128": "\/images\/chess-strategy.png"
        }
    },
    "icons": {
        "16": "\/images\/chess-strategy.png",
        "32": "\/images\/chess-strategy.png",
        "48": "\/images\/chess-strategy.png",
        "128": "\/images\/chess-strategy.png"
    }
}