ChessCom board centerer Firefox

Examine source code of ChessCom board centerer

제작자: VilleKokkarinen
Inspect and view changes in ChessCom board centerer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChessCom board centerer",
  "version": "0.0.4",
  "description": "Centers the board on chess.com, so it's not offset to the left, also available for youtube player",
  "manifest_version": 2,
  "author": "Ville kokkarinen",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "BoardCenterer.js",
        "jquery.js"
      ],
      "matches": [
        "https://www.chess.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Chess-board-centerer"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8821f187-69d5-4d67-9365-1516ffd6466f}",
      "strict_min_version": "42.0"
    }
  }
}

최고의 ChessCom board centerer 대안

다음은 ChessCom board centerer과(와) 유사한 Firefox add-on입니다: