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
公式URL 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
Eメール [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\/*"
    ]
}