Chess.com Insights
Shows Win/Lose/Draw and average accuracy for players on chess.com
Chess.com Insights क्या है?
Chess.com Insights thieleju द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows Win/Lose/Draw and average accuracy for players on chess.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chess.com Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension shows statistics for chess.com games. Use the icon in the top right corner to adjust the settings. - First three numbers are the wins/loses/draws of the player - Percentage in brackets is the average accuracy of the player - Accuracy is only available on reviewed games - Hover over the stats to see information how many games the average is based on https://github.com/thieleju/chess-com-insights
एक्सटेंशन की मूल जानकारी
नाम | Chess.com Insights |
ID | mobpnhbkmljienoleojnhbfhkhodpffe |
आधिकारिक URL | https://chromewebstore.google.com/detail/chesscom-insights/mobpnhbkmljienoleojnhbfhkhodpffe |
विवरण | Shows Win/Lose/Draw and average accuracy for players on chess.com |
फ़ाइल का आकार | 2.28 MB |
स्थापना संख्या | 612 |
वर्तमान संस्करण | 2.5.1 |
अंतिम अपडेट | 2024-02-29 |
प्रकाशन तिथि | 2023-06-18 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | thieleju |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/thieleju/chess-com-insights |
सहायता पृष्ठ URL | https://github.com/thieleju/chess-com-insights |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess.com Insights", "description": "Shows Win\/Lose\/Draw and average accuracy for players on chess.com", "author": "thieleju", "manifest_version": 3, "version": "2.5.1", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_locale": "en", "default_title": "Chess.com Insights", "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/insights.ts-loader-c0be3281.js" ], "matches": [ "https:\/\/*.chess.com\/play\/online*", "https:\/\/*.chess.com\/play\/online\/*", "https:\/\/*.chess.com\/game\/daily\/*", "https:\/\/*.chess.com\/game\/live\/*", "https:\/\/*.chess.com\/live\/game\/*", "https:\/\/*.chess.com\/analysis\/game\/live\/*" ] } ], "host_permissions": [ "https:\/\/*.chess.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.chess.com\/*", "https:\/\/*.chess.com\/*", "https:\/\/*.chess.com\/*", "https:\/\/*.chess.com\/*", "https:\/\/*.chess.com\/*", "https:\/\/*.chess.com\/*" ], "resources": [ "assets\/settings-b0edff48.js", "assets\/insights.ts-6085b883.js" ], "use_dynamic_url": true } ] } |