Chess.com ELO Hider

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

Chess.com ELO Hider क्या है?

Chess.com ELO Hider nealconwayp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "don't let your opponent's ELO throw your game off"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chess.com ELO Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}