Eval Pineapple

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

What is Eval Pineapple?

Eval Pineapple is a Chrome extension developed by nalegends1, and its main feature is "Hikaru's facial expressions replace the eval bar on lichess and chess.com".

Extension Screenshots

screenshot
screenshot

Download Eval Pineapple Extension CRX File

Download Eval Pineapple extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Eval Pineapple Eval Pineapple
ID hjgogmdflcjchfjcjhlhlgfiekebcdnh
Official URL https://chromewebstore.google.com/detail/eval-pineapple/hjgogmdflcjchfjcjhlhlgfiekebcdnh
Description Hikaru's facial expressions replace the eval bar on lichess and chess.com
File Size 57.79 KB
Installation Count 42
Current Version 1.0
Last Updated 2023-08-18
Publish Date 2023-08-17
Developer nalegends1
Email [email protected]
Payment Type free
Extension Website https://evalpineapple.github.io
Help Page URL https://evalpineapple.github.io/#support
Privacy Policy Page URL https://evalpineapple.github.io
Supported Languages 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"
        }
    ]
}