Eval Pineapple
Hikaru's facial expressions replace the eval bar on lichess and chess.com
Wat is Eval Pineapple?
Eval Pineapple is een Chrome-extensie ontwikkeld door nalegends1, en de belangrijkste functie is "Hikaru's facial expressions replace the eval bar on lichess and chess.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Eval Pineapple
Download Eval Pineapple-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hikaru's facial expressions replace the eval bar on Lichess and Chess.com Basisinformatie over de Extensie
| Naam | |
| ID | hjgogmdflcjchfjcjhlhlgfiekebcdnh |
| Officiële URL | https://chromewebstore.google.com/detail/eval-pineapple/hjgogmdflcjchfjcjhlhlgfiekebcdnh |
| Beschrijving | Hikaru's facial expressions replace the eval bar on lichess and chess.com |
| Bestandsgrootte | 57.79 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-08-18 |
| Publicatiedatum | 2023-08-17 |
| Ontwikkelaar | nalegends1 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://evalpineapple.github.io |
| Help Pagina-URL | https://evalpineapple.github.io/#support |
| URL van de Privacybeleid Pagina | https://evalpineapple.github.io |
| Ondersteunde Talen | 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"
}
]
} | |