Eval Pineapple

Hikaru's facial expressions replace the eval bar on lichess and chess.com

Apa itu Eval Pineapple?

Eval Pineapple adalah ekstensi Chrome yang dikembangkan oleh nalegends1, dan fitur utamanya adalah "Hikaru's facial expressions replace the eval bar on lichess and chess.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Eval Pineapple

Unduh file ekstensi Eval Pineapple 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

                        Hikaru's facial expressions replace the eval bar on Lichess and Chess.com                    

Informasi Dasar Ekstensi

Nama Eval Pineapple Eval Pineapple
ID hjgogmdflcjchfjcjhlhlgfiekebcdnh
URL Resmi https://chromewebstore.google.com/detail/eval-pineapple/hjgogmdflcjchfjcjhlhlgfiekebcdnh
Deskripsi Hikaru's facial expressions replace the eval bar on lichess and chess.com
Ukuran File 57.79 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-08-18
Tanggal Publikasi 2023-08-17
Pengembang nalegends1
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://evalpineapple.github.io
URL Halaman Bantuan https://evalpineapple.github.io/#support
URL Halaman Kebijakan Privasi https://evalpineapple.github.io
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eval Pineapple",
    "version": "1.0",
    "description": "Hikaru's facial expressions replace the eval bar on lichess and chess.com",
    "author": "Patzer",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/*"
            ],
            "js": [
                "shared.js",
                "chesscom_eval.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.lichess.org\/*"
            ],
            "js": [
                "shared.js",
                "lichess_eval.js"
            ],
            "run_at": "document_end"
        }
    ]
}