Chess.com Opening Name Extender Firefox

Examine source code of Chess.com Opening Name Extender

Inspect and view changes in Chess.com Opening Name Extender source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "chess.com Opening Name Extender",
  "version": "2.2.4",
  "description": "This addon will make the opening names in chess.com more detailed. If you had 1.e4 e5, instead of \"King's Pawn Opening\", it will display \"King's Pawn Opening: 1...e5\". ",
  "action": {
    "default_icon": "icons/openings-32.png",
    "default_title": "Chess.com Opening Name Extender",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/openings-48.png",
    "96": "icons/openings-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chess.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "extend_opening_name.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e269acae-e515-4d59-87c3-16a09e63baf2}"
    }
  }
}

Best Chess.com Opening Name Extender Alternatives

Here are some Firefox add-ons that are similar to Chess.com Opening Name Extender: