Skin|Chess.com

Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.

Skin|Chess.com là gì?

Skin|Chess.com là một tiện ích mở rộng Chrome được phát triển bởi Simone Lucia, và tính năng chính của nó là "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skin|Chess.com

Tải xuống các tệp mở rộng Skin|Chess.com 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

                        Skin|Chess.com provides you with a set of beautiful new graphic styles for personalize chessboards and pieces from the popular web site chess.com

New great and challenging styles will gradually added soon, so don't forget to check the list of skin, by simply open the extension.                    

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

Tên Skin|Chess.com Skin|Chess.com
ID hnlflecfdodohnfammbmompaleleikph
URL Chính Thức https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph
Mô tả Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Kích Thước Tệp 509 KB
Số Lần Cài Đặt 1,529
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2023-03-01
Ngày Phát Hành 2021-01-01
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Simone Lucia
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",
    "manifest_version": 3,
    "name": "Skin|Chess.com",
    "description": "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.",
    "version": "2.2.0",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "res\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Skin|Chess.com"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/softool.altervista.org\/*",
        "https:\/\/www.chess.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js_to_inject\/setDefaultGameAnimationType.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ]
}