Chess Hint

Automatic And Strong Chess Best Move Calculator During Live Games

Chess Hint क्या है?

Chess Hint chesshint.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic And Strong Chess Best Move Calculator During Live Games"।

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

screenshot

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

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

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

                        A fun learning way for chess is to get best move from computer during the live games ,
so, Here we are 
INSTALL NOW , and learn with more fun                    

एक्सटेंशन की मूल जानकारी

नाम Chess Hint Chess Hint
ID imfccoakmjplhakflfamfikhcdimlebg
आधिकारिक URL https://chromewebstore.google.com/detail/chess-hint/imfccoakmjplhakflfamfikhcdimlebg
विवरण Automatic And Strong Chess Best Move Calculator During Live Games
फ़ाइल का आकार 283 KB
स्थापना संख्या 1,914
वर्तमान संस्करण 3.0.3
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2022-11-09
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर chesshint.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess Hint",
    "description": "Automatic And Strong Chess Best Move Calculator During Live Games",
    "version": "3.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "32": "logo\/logo-32.png",
        "64": "logo\/logo-64.png",
        "128": "logo\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*"
            ],
            "matches": [
                "http:\/\/chesshint.com\/*",
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/127.0.0.1:5502\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/chesshint.com\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/www.chess.com\/*",
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}