Chess.com ELO Hider

don't let your opponent's ELO throw your game off

什麼是Chess.com ELO Hider?

Chess.com ELO Hider是由nealconwayp開發的Chrome擴展程式,該擴展的主要功能是“don't let your opponent's ELO throw your game off”。

擴展截圖

screenshot

下載Chess.com ELO Hider擴展crx文件

下載Chess.com ELO Hider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hides your opponents ELO on chess.com so that you can focus on the game without underestimating low level opponents or worrying about high level opponents                    

擴展基本資訊

名稱 Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
官方網址 https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
簡介 don't let your opponent's ELO throw your game off
檔案大小 11.9 KB
安裝次數 74
目前版本 0.1.1
更新時間 2021-05-20
上架時間 2021-05-19
評分 3.75/5 共 4 次評分
開發者 nealconwayp
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com ELO Hider",
    "description": "don't let your opponent's ELO throw your game off",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon16.png",
        "32": ".\/icon32.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.chess.com\/*"
    ]
}