Chess.com ELO Hider

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

Apa itu Chess.com ELO Hider?

Chess.com ELO Hider adalah ekstensi Chrome yang dikembangkan oleh nealconwayp, dan fitur utamanya adalah "don't let your opponent's ELO throw your game off".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chess.com ELO Hider

Unduh file ekstensi Chess.com ELO Hider dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chess.com ELO Hider Chess.com ELO Hider
ID algbmpafljejbnjfkldpeiclheoglelf
URL Resmi https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf
Deskripsi don't let your opponent's ELO throw your game off
Ukuran File 11.9 KB
Jumlah Instalasi 74
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2021-05-20
Tanggal Publikasi 2021-05-19
Penilaian 3.75/5 Total 4 Penilaian
Pengembang nealconwayp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}