ChessEloShield Firefox

Examine source code of ChessEloShield

By: Tarek Add-on
Inspect and view changes in ChessEloShield source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChessEloShield",
  "version": "1.0.6",
  "description": "Stops ELO-draining tilt on chess.com by freezing start-game actions after a loss, with a cooldown timer (customizable). Also allows hiding chat and info in-game.",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "webNavigation",
    "https://www.chess.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chess.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "cooldown.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "ChessEloShield",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/PawnShield32.png",
      "48": "icons/PawnShield48.png",
      "96": "icons/PawnShield96.png"
    }
  },
  "icons": {
    "32": "./icons/PawnShield32.png",
    "48": "./icons/PawnShield48.png",
    "96": "./icons/PawnShield96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chesseoloshield@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChessEloShield Alternatives

Here are some Firefox add-ons that are similar to ChessEloShield: