Chess.com Hydrated

Additional features for chess.com

Apa itu Chess.com Hydrated?

Chess.com Hydrated adalah ekstensi Chrome yang dikembangkan oleh kris.brethower, dan fitur utamanya adalah "Additional features for chess.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chess.com Hydrated

Unduh file ekstensi Chess.com Hydrated dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension provides new methods of manually drawing arrows on the chess board to plan out your moves:

• 🔗 Hold right-click then left-click to draw arrows in chain mode. This means that the next arrow will start where the previous arrow ended.
• 🌸 Hold middle-click then left-click to draw arrows in flower mode. This means that all arrows will start from the square you middle-clicked.                    

Informasi Dasar Ekstensi

Nama Chess.com Hydrated Chess.com Hydrated
ID iglihljdgnhnoahhpadanelfnkclnnda
URL Resmi https://chromewebstore.google.com/detail/chesscom-hydrated/iglihljdgnhnoahhpadanelfnkclnnda
Deskripsi Additional features for chess.com
Ukuran File 573 KB
Jumlah Instalasi 52
Versi Saat Ini 2023.10.16
Terakhir Diperbarui 2023-10-16
Tanggal Publikasi 2023-01-10
Pengembang kris.brethower
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com Hydrated",
    "version": "2023.10.16",
    "manifest_version": 3,
    "description": "Additional features for chess.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/*"
            ],
            "js": [
                "content_scripts\/init.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "60": "images\/icon-60.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "action": {
        "default_title": "Chess.com Hydrated",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}