By: Dec_32
Inspect and view changes in Chess Style: customize your piece sets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Chess Style",
"version": "1.1",
"description": "Customize your piece set on lichess.org and chess.com.",
"icons": {
"281": "res/icon.png"
},
"background": {
"scripts": [
"src/background.js"
],
"type": "module"
},
"browser_action": {
"default_title": "Chess Style",
"default_popup": "src/popup.html"
},
"content_scripts": [
{
"matches": [
"*://www.chess.com/home"
],
"js": [
"src/chess.com.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"tabs",
"scripting",
"webNavigation",
"*://lichess.org/*",
"*://www.chess.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{88169761-e650-4426-81e4-0258dca01ef7}"
}
}
} Best Chess Style: customize your piece sets Alternatives
Here are some Firefox add-ons that are similar to Chess Style: customize your piece sets:
Chess Utils
mtw
Chess Pieces for Lichess
al4r0
ChessPieceSwitcher
Ollie Etherington
Chess.com Custom Themes, Boards - ChessHelper
fullstackdev
Lichess Custom Themes, Boards - LichessHelper
fullstackdev
Chess Pieces on Cool Blue
chessguy
Chesscom Enhancer
Mini Game Sodo66
Online Chess Enhancement Suite
klausweiss
Prettier Lichess
noahsemus
Chess Image Importer
omar-sif