Changes chess.com color behind the chessboard to let you know that you have less time left than your oponent
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Chess.com clock warning",
"version": "0.1.3",
"content_scripts": [
{
"matches": [
"*://*.chess.com/*"
],
"css": [],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e55b9195-670b-4e93-aa8e-950fe8a2f84e}",
"strict_min_version": "42.0"
}
}
}