Chess Timer Alert Firefox

Examine source code of Chess Timer Alert

By: Cimach
Inspect and view changes in Chess Timer Alert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chess Timer Alert",
  "version": "1.0",
  "description": "Plays a series of sounds when your clock is running out of time on chess.com or lichess.org.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.chess.com/*",
        "*://lichess.org/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sounds/alert.wav"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@chess_timer_alert",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Chess Timer Alert Alternatives

Here are some Firefox add-ons that are similar to Chess Timer Alert: